Skip to content

Commit

Permalink
#653 pin mkdocs to 8.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
  • Loading branch information
planetf1 committed Jan 3, 2023
1 parent 2899253 commit 0dada78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-material==8.5.3
- run: mkdocs gh-deploy --force
working-directory: ./site
2 changes: 1 addition & 1 deletion .github/workflows/pr-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-material==8.5.3
- run: mkdocs build
working-directory: ./site

0 comments on commit 0dada78

Please sign in to comment.