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 638f905 commit 5ab0c83Copy full SHA for 5ab0c83
.github/workflows/github-pages.yml
@@ -40,7 +40,7 @@ jobs:
40
path: src/.vitepress/dist
41
42
deploy:
43
- # if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
+ if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
44
environment:
45
name: github-pages
46
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments