Skip to content

Commit

Permalink
wkflw: fix mkdocs
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <[email protected]>
  • Loading branch information
ab93 committed Jun 6, 2024
1 parent d106fb7 commit e490097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
- name: build
run: make docs
- name: deploy
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tag:
git tag -s -a $(VERSION) -m "Release $(VERSION)"

/usr/local/bin/mkdocs:
$(PYTHON) -m pip install mkdocs==1.3.0 mkdocs_material==8.3.9
pip install mkdocs==1.3.0 mkdocs_material==8.3.9

# docs

Expand Down

0 comments on commit e490097

Please sign in to comment.