Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
add dependencies
  • Loading branch information
Stephen-Gates authored Nov 17, 2024
1 parent 7a252c4 commit 2bf9a4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
- run: pip install mkdocs-redirects
- run: pip install mkdocs-glightbox
- run: pip install pillow cairosvg
- run: mkdocs gh-deploy --force
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 2bf9a4f

Please sign in to comment.