Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored May 23, 2024
1 parent 3bd55f5 commit a7d074f
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 @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs && pip install mkdocs-material=8.5
- run: pip install mkdocs && pip install mkdocs-material==8.5
- name: Build site
run: mkdocs build
# build according to mkdocs.yml in root directory
Expand Down

0 comments on commit a7d074f

Please sign in to comment.