Skip to content

Commit 032294b

Browse files
authored
switch pages to deploy when release+created
1 parent 0af3c8a commit 032294b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
path: "./Documentation"
3131
deploy:
3232
name: "Deploy docs"
33-
if: github.event_name == 'release' && github.event.action == 'published'
33+
if: github.event_name == 'release' && github.event.action == 'created'
3434
needs: build
3535
runs-on: ubuntu-latest
3636
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment

0 commit comments

Comments
 (0)