Skip to content

Commit

Permalink
expand if
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdempsey90 authored Nov 5, 2024
1 parent dc64c1f commit 39fa8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cd ./doc
sphinx-build -b html . ../public
- name: Deploy
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
if: ${{ (github.event.pull_request.head.repo.full_name == github.repository) || (github.ref == 'refs/heads/develop') }}
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 39fa8bf

Please sign in to comment.