We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f21530 commit 8944b97Copy full SHA for 8944b97
.github/workflows/gh-pages.yml
@@ -30,6 +30,7 @@ jobs:
30
- run: dotnet docfx docs/docfx.json
31
32
- name: Deploy
33
+ if: github.event_name != 'pull_request'
34
# if: startsWith(github.ref, 'refs/tags/')
35
uses: peaceiris/actions-gh-pages@v3
36
with:
0 commit comments