Skip to content

Commit

Permalink
ci(docs): pin mkdocs-material version to fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Jun 8, 2024
1 parent de1cd4e commit 69a5ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- uses: 'actions/setup-python@v4'
with:
python-version: '3.x'
- run: 'pip install mkdocs-material mkdocs-section-index mkdocs-literate-nav'
- run: 'pip install mkdocs-material==9.5.18 mkdocs-section-index mkdocs-literate-nav'
- run: 'mkdocs gh-deploy -b "auto/pages" --force'

0 comments on commit 69a5ddd

Please sign in to comment.