We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af3c8a commit 032294bCopy full SHA for 032294b
.github/workflows/gh-pages.yml
@@ -30,7 +30,7 @@ jobs:
30
path: "./Documentation"
31
deploy:
32
name: "Deploy docs"
33
- if: github.event_name == 'release' && github.event.action == 'published'
+ if: github.event_name == 'release' && github.event.action == 'created'
34
needs: build
35
runs-on: ubuntu-latest
36
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
0 commit comments