Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolm-dsider authored Oct 27, 2023
1 parent ecca8e0 commit 0fc0093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
pip install sphinx sphinx_rtd_theme myst_parser
- name: Sphinx build
run: |
cd docs
pwd
cd ./docs
make clean
make html
cd _build
Expand Down

0 comments on commit 0fc0093

Please sign in to comment.