Skip to content

Commit

Permalink
Merge branch 'add-sphinx-pipeline' of github.com:vortexntnu/vortex-im…
Browse files Browse the repository at this point in the history
…age-processing into add-sphinx-pipeline
  • Loading branch information
Senja20 committed Sep 27, 2024
2 parents 086b26f + b49de3a commit d12bf62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
pip install sphinx sphinx_rtd_theme myst_parser
- name: Sphinx build
run: |
sphinx-build doc _build
sphinx-build docs _build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/add-sphinx-pipeline' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d12bf62

Please sign in to comment.