Skip to content

Commit

Permalink
📝 Patch-in the docs builder update from 47ef3c5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamal919 committed Feb 28, 2024
1 parent e2bf5bd commit 4511e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: 3.x
- name: Install python packages
run: pip install mkdocs-material==8.3.4 mike
run: pip install mkdocs==1.5.2 mkdocs-material==8.3.4 mike==1.1.2 setuptools
- name: Configure git user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_docs_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: 3.x
- name: Install python packages
run: pip install mkdocs-material==8.3.4 mike
run: pip install mkdocs==1.5.2 mkdocs-material==8.3.4 mike==1.1.2 setuptools
- name: Configure git user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 4511e7e

Please sign in to comment.