Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Jul 27, 2024
1 parent c86c1f3 commit 20c8145
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install mkdocs-material
pip install mkdocs-glightbox
python-version: 3.x
- run: pip install -r requirements.txt

- run: mkdocs gh-deploy --force
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# requirements for core
mergedeep
mkdocs-material
cairosvg
pillow

#requirements for intergration
mkdocs-material
mkdocs-awesome-pages-plugin
mkdocs-glightbox

0 comments on commit 20c8145

Please sign in to comment.