Skip to content

Commit

Permalink
fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Aug 18, 2024
1 parent 043d7ce commit 68d57f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8
- run: pip install mkdocs-material
pip install mkdocs-glightbox


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

#requirements for intergration
mkdocs-material
mkdocs-awesome-pages-plugin
mkdocs-glightbox
mkdocs-open-in-new-tab

0 comments on commit 68d57f2

Please sign in to comment.