Skip to content

Commit

Permalink
github action added to build sphinx-based doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnavarrol committed Sep 23, 2023
1 parent defeeef commit f907789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
jobs:
sphinx_doc:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish-sphinx-tmp' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish-sphinx' }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down

0 comments on commit f907789

Please sign in to comment.