Skip to content

Commit 91ec1fb

Browse files
committed
Fix docs requirements in ci
1 parent 711ed01 commit 91ec1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
restore-keys: |
2727
mkdocs-material-
2828
- run: sudo apt-get install pngquant
29-
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material.git
29+
- run: pip install -r $GITHUB_WORKSPACE/requirements_docs.txt
3030
- run: mkdocs gh-deploy --force
3131
env:
3232
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)