chore(build): doc products to individual repo (#7443)

- Push doc build products to individual repo.
This commit is contained in:
JeremyWuuuuu
2022-04-29 22:41:02 +08:00
committed by GitHub
parent 4b0613d354
commit 67a842f462
2 changed files with 20 additions and 0 deletions

View File

@@ -68,6 +68,16 @@ jobs:
git-config-email: hello@element-plus.org
commit-message: website deploy
- name: Deploy to vercel
uses: JamesIves/github-pages-deploy-action@v4.3.0
with:
token: ${{ secrets.EP_BOT_TOKEN }}
branch: main
folder: docs/.vitepress/dist
repository-name: element-plus/vercel-publish
git-config-name: ElementPlusBot
git-config-email: hello@element-plus.org
- name: Sync
env:
TRIGGERSYNCURL: ${{ secrets.TRIGGERSYNCURL }}

View File

@@ -75,6 +75,16 @@ jobs:
git-config-email: hello@element-plus.org
commit-message: website deploy
- name: Deploy to vercel
uses: JamesIves/github-pages-deploy-action@v4.3.0
with:
token: ${{ secrets.EP_BOT_TOKEN }}
branch: main
folder: docs/.vitepress/dist
repository-name: element-plus/vercel-publish
git-config-name: ElementPlusBot
git-config-email: hello@element-plus.org
- name: Sync
env:
TRIGGERSYNCURL: ${{ secrets.TRIGGERSYNCURL }}