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 aaab1fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 }}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ JDK8+
- `vX.Y.Z`:版本分支,用于汇总及验证新版本的功能,已经发布的版本会将分支删除。
- `dev-num-desc`:开发分支,用于开发新功能,每个dev分支都应当对应一个issue,功能开发完成后通过PR合入 `vX.Y.Z` 分支,并删除当前分支。
- `docs`:文档分支,修改文档的内容将提交到这里。
- `gh-pages`:GitHub Pages 分支,用于发布在线文档。

## License

Expand Down

0 comments on commit aaab1fa

Please sign in to comment.