Skip to content

Commit 781e156

Browse files
committed
feat: deploy on publish
1 parent 2eb6520 commit 781e156

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
deploy:
3333
runs-on: ubuntu-latest
3434
needs: build
35+
if: github.event_name == 'release' && github.event.action == 'published'
3536
environment:
3637
name: github-pages
3738
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)