We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70e6da commit fd40a2aCopy full SHA for fd40a2a
.github/workflows/docs_deploy.yml
@@ -9,6 +9,7 @@ on:
9
branches: [main]
10
paths:
11
- "docs/**"
12
+ pull_request:
13
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
@@ -46,6 +47,6 @@ jobs:
46
47
- name: Deploy to GitHub Pages
48
uses: peaceiris/actions-gh-pages@v4
49
with:
- github_token: ${{ secrets.DOCS_DEPLOY_TOKEN }}
50
+ github_token: ${{ secrets.PAT_DOCS }}
51
publish_dir: ./docs/.vitepress/dist
52
cname: ev.xyz
0 commit comments