Skip to content

Commit

Permalink
optimize build docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
liuanji committed Feb 14, 2024
1 parent df2d0f0 commit 2de7ce5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ jobs:
run: |
pip install sphinx sphinx_rtd_theme myst_parser
- name: Build the documentation with Sphinx
- name: Install PyJuice
run: |
pip install -e .
- name: Build the documentation with Sphinx
run: |
sphinx-build -b html docs/source docs/build/html
- name: Publish the documentation
Expand Down

0 comments on commit 2de7ce5

Please sign in to comment.