Skip to content

Commit 5ab0c83

Browse files
committed
fix
1 parent 638f905 commit 5ab0c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: src/.vitepress/dist
4141

4242
deploy:
43-
# if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
43+
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
4444
environment:
4545
name: github-pages
4646
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)