From c3045c236c02624674c10c0b5556772690feb597 Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 16 May 2024 23:45:51 +0800 Subject: [PATCH] ci: remove github pages deployment --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0d1758..8544037 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,3 @@ jobs: cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm run build - - uses: peaceiris/actions-gh-pages@v4 - if: github.ref == 'refs/heads/main' - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build