Skip to content

Commit 48090da

Browse files
committed
fix build, pin mkdocs material commit, error in most recent release
1 parent a0b40d4 commit 48090da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: 3.x
2020
- name: Install MkDocs Material Insiders
21-
run: pip install git+https://${INSIDERS_GITHUB_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
21+
run: pip install git+https://${INSIDERS_GITHUB_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@910f9e6e93520e511ba3c5098f2654df58ee7748
2222
- name: Install plugins
2323
run: pip install mkdocs-minify-plugin mkdocs-redirects
2424
- name: Deploy docs

0 commit comments

Comments
 (0)