diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b143804..7e1da02 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,4 +21,7 @@ jobs: run: pnpm build - name: Deploy - run: pnpm deploy + uses: peaceiris/actions-gh-pages@v4.0.0 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist