Skip to content

Commit

Permalink
Install hezar[all] in docs-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Sep 15, 2023
1 parent f654607 commit c1dba94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx myst-parser furo sphinx-copybutton hezar
pip install sphinx myst-parser furo sphinx-copybutton
pip install hezar[all]
- name: Sphinx build
run: |
sphinx-apidoc -e -o docs/source hezar/
Expand Down

0 comments on commit c1dba94

Please sign in to comment.