@@ -27,11 +27,11 @@ jobs:
27
27
env :
28
28
NODE_OPTIONS : --max_old_space_size=4096
29
29
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
35
35
36
36
- name : Get version
37
37
id : publish-version
@@ -53,15 +53,15 @@ jobs:
53
53
source-repo :
' [email protected] :ant-design/x.git'
54
54
destination-repo :
' [email protected] :ant-design/antd-x.git'
55
55
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 }}
61
61
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