Skip to content

Commit

Permalink
pin mkdocs version
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Oct 11, 2024
1 parent 61e3d88 commit 6d15c0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-material==9.5.40
- name: Build Dokka HTML
run: ./gradlew mkDocsBuild
2 changes: 1 addition & 1 deletion .github/workflows/publish-pages-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-material==9.5.40
- name: Build Dokka HTML
run: ./gradlew mkDocsBuild
- name: Setup Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-material==9.5.40
- name: Build Dokka HTML
run: ./gradlew mkDocsBuild
- name: Setup Pages
Expand Down

0 comments on commit 6d15c0f

Please sign in to comment.