Skip to content

Commit

Permalink
Fix docs ci run pip (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-clan authored Aug 24, 2024
1 parent ecd0c8e commit 401f200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
restore-keys: |
mkdocs-material-
- run: sudo apt-get install pngquant
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material.git
- run: mkdocs gh-deploy --force
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 401f200

Please sign in to comment.