Skip to content

Commit

Permalink
update doc pages
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Nov 20, 2024
1 parent d124f89 commit 0b7c166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_doc_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
make clean && make html
- name: Deploy to github pages
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
if: github.ref == 'refs/heads/master' && (github.event_name != 'pull_request')
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh_pages
Expand Down

0 comments on commit 0b7c166

Please sign in to comment.