From 1538fa02a57b5967c757628e82e77c72d5fb0657 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 24 Oct 2024 18:30:58 +0800 Subject: [PATCH] chore: npx => bunx (#51355) --- .github/workflows/preview-deploy.yml | 2 +- .github/workflows/site-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-deploy.yml b/.github/workflows/preview-deploy.yml index 0feb81ea6f..09ffb07aaa 100644 --- a/.github/workflows/preview-deploy.yml +++ b/.github/workflows/preview-deploy.yml @@ -94,7 +94,7 @@ jobs: PR_ID: ${{ steps.pr.outputs.id }} run: | export DEPLOY_DOMAIN=https://preview-${PR_ID}-ant-design.surge.sh - npx surge --project ./ --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }} + bunx surge --project ./ --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }} - name: success comment uses: actions-cool/maintain-one-comment@v3 diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index 689e9708d3..25608c7ebd 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -57,7 +57,7 @@ jobs: run: | export DEPLOY_DOMAIN=ant-design-${{ steps.publish-version.outputs.VERSION }}.surge.sh cp report.html ./_site - npx surge --project ./_site --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }} + bunx surge --project ./_site --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }} - name: Create Commit Comment uses: peter-evans/commit-comment@v3