Skip to content

Commit

Permalink
Bump mkdocs-material and show frozen deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Nov 30, 2024
1 parent 8ed6325 commit c6c87e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
#run: make ensure-mkdocs
#env:
# FLAGS: --upgrade-pip
run: pip install -r mkdocs-reqs.txt
run: |
pip install -r mkdocs-reqs.txt
pip freeze
- name: Set mkdocs remote
#run: make set-mkdocs-remote
Expand Down
3 changes: 1 addition & 2 deletions mkdocs-reqs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mkdocs-git-revision-date-localized-plugin~=1.2
mkdocs-material-extensions~=1.3
mkdocs-material~=8.5
mkdocs-material~=9.5
mkdocs~=1.6
pygments~=2.18

0 comments on commit c6c87e4

Please sign in to comment.