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 8d1db8a commit 2b3d1a0Copy full SHA for 2b3d1a0
.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