Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
remove if
  • Loading branch information
briantoby authored Mar 30, 2024
1 parent 1134f9c commit f1dc40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
sphinx-build webdocs _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/main' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
force_orphan: true
force_orphan: true

0 comments on commit f1dc40f

Please sign in to comment.