Skip to content

Commit 6ea84b9

Browse files
committed
chore: ci sync update
1 parent 907e417 commit 6ea84b9

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/site-deploy.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
env:
2828
NODE_OPTIONS: --max_old_space_size=4096
2929

30-
- name: build dist and bundle analyzer report
31-
run: bun run dist
32-
env:
33-
ANALYZER: 1
34-
NODE_OPTIONS: --max_old_space_size=4096
30+
# - name: build dist and bundle analyzer report
31+
# run: bun run dist
32+
# env:
33+
# ANALYZER: 1
34+
# NODE_OPTIONS: --max_old_space_size=4096
3535

3636
- name: Get version
3737
id: publish-version
@@ -53,15 +53,15 @@ jobs:
5353
source-repo: '[email protected]:ant-design/x.git'
5454
destination-repo: '[email protected]:ant-design/antd-x.git'
5555

56-
- name: Deploy to Surge (with TAG)
57-
run: |
58-
export DEPLOY_DOMAIN=ant-design-x-${{ steps.publish-version.outputs.VERSION }}.surge.sh
59-
cp report.html ./_site
60-
bunx surge --project ./_site --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }}
56+
# - name: Deploy to Surge (with TAG)
57+
# run: |
58+
# export DEPLOY_DOMAIN=ant-design-x-${{ steps.publish-version.outputs.VERSION }}.surge.sh
59+
# cp report.html ./_site
60+
# bunx surge --project ./_site --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }}
6161

62-
- name: Create Commit Comment
63-
uses: peter-evans/commit-comment@v3
64-
with:
65-
body: |
66-
- Documentation site for this release: https://ant-design-x-${{ steps.publish-version.outputs.VERSION }}.surge.sh
67-
- Webpack bundle analyzer report page: https://ant-design-x-${{ steps.publish-version.outputs.VERSION }}.surge.sh/report.html
62+
# - name: Create Commit Comment
63+
# uses: peter-evans/commit-comment@v3
64+
# with:
65+
# body: |
66+
# - Documentation site for this release: https://ant-design-x-${{ steps.publish-version.outputs.VERSION }}.surge.sh
67+
# - Webpack bundle analyzer report page: https://ant-design-x-${{ steps.publish-version.outputs.VERSION }}.surge.sh/report.html

0 commit comments

Comments
 (0)