Skip to content

Commit

Permalink
docs(gh-page): 修改部署在线文档的仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
stick-i committed Sep 6, 2024
1 parent bf27b06 commit 8ea3bf5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: 部署文档
uses: JamesIves/github-pages-deploy-action@v4
with:
# 这是文档部署到的分支名称
branch: gh-pages
folder: document/web-docs/docs/.vuepress/dist
repository-name: stick-i/spel-validator-gh-pages
branch: gh-pages
token: ${{ secrets.GH_PAGES_TOKEN }}

0 comments on commit 8ea3bf5

Please sign in to comment.