Skip to content

Commit

Permalink
switch pages to deploy when release+created
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Feb 1, 2023
1 parent 0af3c8a commit 032294b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: "./Documentation"
deploy:
name: "Deploy docs"
if: github.event_name == 'release' && github.event.action == 'published'
if: github.event_name == 'release' && github.event.action == 'created'
needs: build
runs-on: ubuntu-latest
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
Expand Down

0 comments on commit 032294b

Please sign in to comment.