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 a0a97ac commit 638f905Copy full SHA for 638f905
.github/workflows/github-pages.yml
@@ -1,7 +1,7 @@
1
name: Deploy VitePress with GitHub Pages
2
3
on:
4
- pull_request_target:
+ pull_request:
5
push:
6
branches: ["master"]
7
workflow_dispatch:
@@ -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