diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index c59dc24c..d9628daf 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -34,13 +34,6 @@ jobs: - name: Build run: pnpm run build-nocdn - - - name: Deploy to gh-pages branch - uses: peaceiris/actions-gh-pages@v4 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_branch: gh-pages - publish_dir: ./dist - name: Upload artifact uses: actions/upload-pages-artifact@v3