From 6ea84b912020ee18d43c77c1f27aff7a1683fc50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Fri, 22 Nov 2024 16:14:46 +0800 Subject: [PATCH] chore: ci sync update --- .github/workflows/site-deploy.yml | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index 8878ce3d..f7bee401 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -27,11 +27,11 @@ jobs: env: NODE_OPTIONS: --max_old_space_size=4096 - - name: build dist and bundle analyzer report - run: bun run dist - env: - ANALYZER: 1 - NODE_OPTIONS: --max_old_space_size=4096 + # - name: build dist and bundle analyzer report + # run: bun run dist + # env: + # ANALYZER: 1 + # NODE_OPTIONS: --max_old_space_size=4096 - name: Get version id: publish-version @@ -53,15 +53,15 @@ jobs: source-repo: 'git@github.com:ant-design/x.git' destination-repo: 'git@gitee.com:ant-design/antd-x.git' - - name: Deploy to Surge (with TAG) - run: | - export DEPLOY_DOMAIN=ant-design-x-${{ steps.publish-version.outputs.VERSION }}.surge.sh - cp report.html ./_site - bunx surge --project ./_site --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }} + # - name: Deploy to Surge (with TAG) + # run: | + # export DEPLOY_DOMAIN=ant-design-x-${{ steps.publish-version.outputs.VERSION }}.surge.sh + # cp report.html ./_site + # bunx surge --project ./_site --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }} - - name: Create Commit Comment - uses: peter-evans/commit-comment@v3 - with: - body: | - - Documentation site for this release: https://ant-design-x-${{ steps.publish-version.outputs.VERSION }}.surge.sh - - Webpack bundle analyzer report page: https://ant-design-x-${{ steps.publish-version.outputs.VERSION }}.surge.sh/report.html + # - name: Create Commit Comment + # uses: peter-evans/commit-comment@v3 + # with: + # body: | + # - Documentation site for this release: https://ant-design-x-${{ steps.publish-version.outputs.VERSION }}.surge.sh + # - Webpack bundle analyzer report page: https://ant-design-x-${{ steps.publish-version.outputs.VERSION }}.surge.sh/report.html