Skip to content

Commit

Permalink
🐛 Attempt to fix workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Nov 22, 2023
1 parent 0a7a576 commit ea3dd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx myst-parser furo sphinx-copybutton hezar[all]
pip install --use-deprecated=legacy-resolver sphinx myst-parser furo sphinx-copybutton hezar[all]
- name: Sphinx build
run: |
sphinx-apidoc -e -o docs/source hezar/
Expand Down

0 comments on commit ea3dd85

Please sign in to comment.