We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd0c8e commit 401f200Copy full SHA for 401f200
.github/workflows/docs.yml
@@ -26,7 +26,7 @@ jobs:
26
restore-keys: |
27
mkdocs-material-
28
- run: sudo apt-get install pngquant
29
- - 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
30
- run: mkdocs gh-deploy --force
31
env:
32
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments