We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6486eb commit 1a9d785Copy full SHA for 1a9d785
.github/workflows/deploy-website.yml
@@ -45,7 +45,7 @@ jobs:
45
path: docs/.vitepress/dist
46
47
deploy:
48
- if: ${{ github.event_name != 'pull_request' && github.event.action != 'opened' }}
+ if: ${{ github.event_name != 'pull_request' }}
49
environment:
50
name: github-pages
51
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments