Skip to content

Commit

Permalink
ci: fix sphinx conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Jul 31, 2024
1 parent 86dc11d commit 9466852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
Doc:
runs-on: ubuntu-latest
needs: Test # This job depends on the setup-python job
steps:

- name: Buid Sphinx doc
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/devel' }}
run: |
sudo apt-get update && sudo apt-get -y install make
pip install -e .[dev,docs]
make -C docs html
Expand Down

0 comments on commit 9466852

Please sign in to comment.