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