Skip to content

Commit

Permalink
Republish 219 - update mkdocs material
Browse files Browse the repository at this point in the history
  • Loading branch information
biancaluna committed Oct 16, 2024
1 parent d507663 commit f97a24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Install python pre-reqs
- name: Install Mkdocs and pre-reqs
run: |
pip install mkdocs-material==9.5.10 mkdocs-awesome-pages-plugin mkdocs-git-revision-date-localized-plugin mike
pip install mkdocs-material==9.5.39 mkdocs-awesome-pages-plugin mkdocs-git-revision-date-localized-plugin mike
# Do the actual deployment
- name: Setup Git environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Install python pre-reqs
- name: Install Mkdocs and pre-reqs
run: |
pip install mkdocs-material==9.5.10 mkdocs-awesome-pages-plugin mkdocs-git-revision-date-localized-plugin mike
pip install mkdocs-material==9.5.39 mkdocs-awesome-pages-plugin mkdocs-git-revision-date-localized-plugin mike
# Do the actual deployment
- name: Setup Git environment
run: |
Expand Down

0 comments on commit f97a24c

Please sign in to comment.