Skip to content

Commit 8944b97

Browse files
authored
Don't publish docs on PRs (#1596)
1 parent 5f21530 commit 8944b97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-pages.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- run: dotnet docfx docs/docfx.json
3131

3232
- name: Deploy
33+
if: github.event_name != 'pull_request'
3334
# if: startsWith(github.ref, 'refs/tags/')
3435
uses: peaceiris/actions-gh-pages@v3
3536
with:

0 commit comments

Comments
 (0)