Skip to content

Commit

Permalink
Don't publish docs on PRs (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk authored Sep 18, 2023
1 parent 5f21530 commit 8944b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- run: dotnet docfx docs/docfx.json

- name: Deploy
if: github.event_name != 'pull_request'
# if: startsWith(github.ref, 'refs/tags/')
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 8944b97

Please sign in to comment.