We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8a117 commit 4c112cbCopy full SHA for 4c112cb
.github/workflows/gh-pages.yml
@@ -27,6 +27,7 @@ jobs:
27
28
- name: Deploy
29
uses: peaceiris/actions-gh-pages@v3
30
+ if: github.event_name != 'pull_request'
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
publish_dir: ./public
0 commit comments