From 6e1fa17510544216a2a9eb3bb5fb48be2f35021a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E8=B0=B1?= <144224541+xixiIBN5100@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:54:43 +0800 Subject: [PATCH] delete deploy in workflows --- .github/workflows/deploy.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a7f4926..84821da 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,4 +1,4 @@ -name: Deploy +name: Build on: workflow_dispatch: {} push: @@ -38,13 +38,3 @@ jobs: - name: Build run: pnpm build - - - uses: actions/configure-pages@v2 - - - uses: actions/upload-pages-artifact@v1 - with: - path: dist - - - name: Deploy - id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file