Skip to content

Commit 401f200

Browse files
authored
Fix docs ci run pip (#16)
1 parent ecd0c8e commit 401f200

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-insiders.git
29+
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material.git
3030
- run: mkdocs gh-deploy --force
3131
env:
3232
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)