Skip to content

Commit

Permalink
ci: Pin mkdocs-material version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Jul 3, 2021
1 parent 182cacc commit a1189d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-material==7.1.9
- run: pip install mkdocs-awesome-pages-plugin==2.5.0
- run: mkdocs build
docs-deploy:
Expand All @@ -29,6 +29,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-material==7.1.9
- run: pip install mkdocs-awesome-pages-plugin==2.5.0
- run: mkdocs gh-deploy --force

0 comments on commit a1189d9

Please # to comment.