We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b0334 commit 1c9d337Copy full SHA for 1c9d337
.github/workflows/site.yml
@@ -15,6 +15,7 @@ jobs:
15
- name: Generate Site
16
run: npx antora docs/antora/antora-playbook.yml
17
- name: Publish to GitHub Pages
18
+ if: ${{ github.event_name != 'pull_request' }}
19
uses: peaceiris/actions-gh-pages@v3
20
with:
21
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments