Skip to content

Commit

Permalink
Merge pull request #654 from planetf1/main
Browse files Browse the repository at this point in the history
#653 pin mkdocs to 8.5.3
  • Loading branch information
planetf1 authored Jan 3, 2023
2 parents 2899253 + 0dada78 commit a0d5a91
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 a0d5a91

Please sign in to comment.