Skip to content

Commit

Permalink
chore: ci sync update
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Nov 22, 2024
1 parent 907e417 commit 6ea84b9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/site-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -53,15 +53,15 @@ jobs:
source-repo: '[email protected]:ant-design/x.git'
destination-repo: '[email protected]: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

0 comments on commit 6ea84b9

Please sign in to comment.