We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b40d4 commit 48090daCopy full SHA for 48090da
1 file changed
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
python-version: 3.x
20
- name: Install MkDocs Material Insiders
21
- run: pip install git+https://${INSIDERS_GITHUB_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
+ run: pip install git+https://${INSIDERS_GITHUB_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@910f9e6e93520e511ba3c5098f2654df58ee7748
22
- name: Install plugins
23
run: pip install mkdocs-minify-plugin mkdocs-redirects
24
- name: Deploy docs
0 commit comments