Skip to content

Commit

Permalink
Pin mkdocs-material to 9.1.21-insiders-4.37.1
Browse files Browse the repository at this point in the history
Weird build error with more recent versions.
  • Loading branch information
mgao6767 committed Aug 1, 2023
1 parent cf46f08 commit 1f1b97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- 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-insiders.git@9.1.21-insiders-4.37.1
# - run: pip install mkdocs-git-revision-date-localized-plugin
# Untill my PR is merged
# - run: pip install mkdocs-charts-plugin
Expand Down

0 comments on commit 1f1b97d

Please sign in to comment.