Skip to content

Commit

Permalink
Update deploy-docs.yml when 'created' action, not published
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Mar 29, 2024
1 parent f243246 commit d660e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
path: "./site"
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 d660e8f

Please sign in to comment.