We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c19358 commit b23ce12Copy full SHA for b23ce12
.github/workflows/deploy-docs.yaml
@@ -96,6 +96,8 @@ jobs:
96
DOCS_V2_ORIGIN: https://v2.element-plus-x.com
97
DOCS_ROOT_ORIGIN: https://element-plus-x.com
98
DOCS_USE_SOURCE: 'true'
99
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101
run: pnpm run build:docs
102
103
- name: Setup SSH
.github/workflows/docs-deploy-verify.yaml
@@ -67,6 +67,8 @@ jobs:
67
68
69
70
71
72
73
74
- name: Resolve verify path
0 commit comments