From b166cc9d60482949336fa08ba0dcefd2274ffae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 10 Dec 2024 09:54:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20CI=20=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=EF=BC=8C=E4=BF=AE=E6=94=B9=20Surge=20?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E6=AD=A5=E9=AA=A4=E4=BB=A5=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E4=B8=BB=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 50eec0a..0d65996 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: - name: 部署到 Surge id: surge_deploy if: ${{ github.actor != 'nektos/act' }} # https://nektosact.com/usage/index.html#skipping-steps - uses: yanhao98/composite-actions/deploy-dist-to-surge@6af4afe9ff50a3ea1b24f38ce51a99d4a8f6376a + uses: yanhao98/composite-actions/deploy-dist-to-surge@main - name: Install Playwright Browsers run: pnpm exec playwright install --with-deps - name: Run Playwright tests