Skip to content

Commit e725d95

Browse files
committed
fix manual build
1 parent 668a0f2 commit e725d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

4343
deploy:
44-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
44+
if: github.ref == 'refs/heads/master'
4545
environment:
4646
name: github-pages
4747
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)