Skip to content

Commit

Permalink
always run sphinx-build in sphinx.yml
Browse files Browse the repository at this point in the history
we need to build docs in order to publish or archive them as artifacts
  • Loading branch information
2bndy5 authored Feb 27, 2024
1 parent aca18df commit 3013bc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
run: pip install sphinx-immaterial -e .

- name: Build docs
if: github.ref != 'refs/heads/main'
run: sphinx-build docs ${{ inputs.path-to-doc }}

- name: Upload docs build as artifact
Expand Down

0 comments on commit 3013bc5

Please sign in to comment.