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 668a0f2 commit e725d95Copy full SHA for e725d95
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
path: .vitepress/dist
42
43
deploy:
44
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/master'
45
environment:
46
name: github-pages
47
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments