Skip to content

Commit

Permalink
fix build, pin mkdocs material commit, error in most recent release
Browse files Browse the repository at this point in the history
  • Loading branch information
zachferland committed Feb 10, 2023
1 parent a0b40d4 commit 48090da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: 3.x
- name: Install MkDocs Material Insiders
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
- name: Install plugins
run: pip install mkdocs-minify-plugin mkdocs-redirects
- name: Deploy docs
Expand Down

0 comments on commit 48090da

Please sign in to comment.