mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore(build): doc products to individual repo (#7443)
- Push doc build products to individual repo.
This commit is contained in:
10
.github/workflows/publish-docs-deploy-manual.yml
vendored
10
.github/workflows/publish-docs-deploy-manual.yml
vendored
@@ -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 }}
|
||||
|
||||
10
.github/workflows/publish-docs-deploy.yml
vendored
10
.github/workflows/publish-docs-deploy.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user