We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf27b06 commit 8ea3bf5Copy full SHA for 8ea3bf5
.github/workflows/deploy-docs.yml
@@ -49,6 +49,7 @@ jobs:
49
- name: 部署文档
50
uses: JamesIves/github-pages-deploy-action@v4
51
with:
52
- # 这是文档部署到的分支名称
53
- branch: gh-pages
54
folder: document/web-docs/docs/.vuepress/dist
+ repository-name: stick-i/spel-validator-gh-pages
+ branch: gh-pages
55
+ token: ${{ secrets.GH_PAGES_TOKEN }}
0 commit comments