Skip to content

Commit 638f905

Browse files
committed
fix
1 parent a0a97ac commit 638f905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy VitePress with GitHub Pages
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
push:
66
branches: ["master"]
77
workflow_dispatch:
@@ -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)