Skip to content

Commit fd40a2a

Browse files
committed
test deploy
1 parent f70e6da commit fd40a2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches: [main]
1010
paths:
1111
- "docs/**"
12+
pull_request:
1213

1314
# Allows you to run this workflow manually from the Actions tab
1415
workflow_dispatch:
@@ -46,6 +47,6 @@ jobs:
4647
- name: Deploy to GitHub Pages
4748
uses: peaceiris/actions-gh-pages@v4
4849
with:
49-
github_token: ${{ secrets.DOCS_DEPLOY_TOKEN }}
50+
github_token: ${{ secrets.PAT_DOCS }}
5051
publish_dir: ./docs/.vitepress/dist
5152
cname: ev.xyz

0 commit comments

Comments
 (0)