Skip to content

Commit 8ea3bf5

Browse files
committed
docs(gh-page): 修改部署在线文档的仓库
1 parent bf27b06 commit 8ea3bf5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-docs.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: 部署文档
5050
uses: JamesIves/github-pages-deploy-action@v4
5151
with:
52-
# 这是文档部署到的分支名称
53-
branch: gh-pages
5452
folder: document/web-docs/docs/.vuepress/dist
53+
repository-name: stick-i/spel-validator-gh-pages
54+
branch: gh-pages
55+
token: ${{ secrets.GH_PAGES_TOKEN }}

0 commit comments

Comments
 (0)