diff --git a/.github/workflows/publish-docs-deploy-manual.yml b/.github/workflows/publish-docs-deploy-manual.yml index d25675cebd..c0f2c35ce5 100644 --- a/.github/workflows/publish-docs-deploy-manual.yml +++ b/.github/workflows/publish-docs-deploy-manual.yml @@ -66,7 +66,7 @@ jobs: branch: gh-pages folder: docs/.vitepress/dist git-config-name: ElementPlusBot - git-config-email: hello@element-plus.org + git-config-email: element-plus@outlook.com commit-message: website deploy - name: Deploy to vercel @@ -77,7 +77,7 @@ jobs: folder: docs/.vitepress/dist repository-name: element-plus/vercel-publish git-config-name: ElementPlusBot - git-config-email: hello@element-plus.org + git-config-email: element-plus@outlook.com - name: Sync env: diff --git a/.github/workflows/publish-docs-deploy.yml b/.github/workflows/publish-docs-deploy.yml index fcbe450828..4ae1b5444d 100644 --- a/.github/workflows/publish-docs-deploy.yml +++ b/.github/workflows/publish-docs-deploy.yml @@ -73,7 +73,7 @@ jobs: branch: gh-pages folder: docs/.vitepress/dist git-config-name: ElementPlusBot - git-config-email: hello@element-plus.org + git-config-email: element-plus@outlook.com commit-message: website deploy - name: Deploy to vercel @@ -84,7 +84,7 @@ jobs: folder: docs/.vitepress/dist repository-name: element-plus/vercel-publish git-config-name: ElementPlusBot - git-config-email: hello@element-plus.org + git-config-email: element-plus@outlook.com - name: Sync env: diff --git a/.github/workflows/staging-docs.yml b/.github/workflows/staging-docs.yml index 886e429c0f..55a136e393 100644 --- a/.github/workflows/staging-docs.yml +++ b/.github/workflows/staging-docs.yml @@ -81,4 +81,4 @@ jobs: folder: docs/.vitepress/dist repository-name: element-plus/staging git-config-name: ElementPlusBot - git-config-email: hello@element-plus.org + git-config-email: element-plus@outlook.com