We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0435a commit 1fe67f3Copy full SHA for 1fe67f3
1 file changed
.github/workflows/build_documentation.yml
@@ -46,5 +46,5 @@ jobs:
46
- name: Install Insiders build
47
env:
48
MKDOCS_TOKEN: ${{ secrets.MKDOCS_SECRET }}
49
- run: pip install git+https://${MKDOCS_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
+ run: pip install mkdocs-material
50
- run: mkdocs gh-deploy --clean
0 commit comments