Skip to content

Commit 1a9d785

Browse files
committed
.
1 parent c6486eb commit 1a9d785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
path: docs/.vitepress/dist
4646

4747
deploy:
48-
if: ${{ github.event_name != 'pull_request' && github.event.action != 'opened' }}
48+
if: ${{ github.event_name != 'pull_request' }}
4949
environment:
5050
name: github-pages
5151
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)