Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Two-pass build for documentation.
Browse files Browse the repository at this point in the history
corranwebster committed Sep 17, 2024
1 parent 01b3ec8 commit df32c27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
@@ -18,7 +18,9 @@ jobs:
- name: Install dependencies and local packages
run: python -m pip install sphinx pydata-sphinx-theme
- name: Build HTML documentation with Sphinx
run: make html SPHINXOPTS="-W --keep-going -n"
run: |
make html
make html SPHINXOPTS="-W --keep-going -n"
working-directory: docs
- uses: actions/upload-pages-artifact@v3
with:

0 comments on commit df32c27

Please sign in to comment.