diff --git a/.github/workflows/deploy_demo.yml b/.github/workflows/deploy_demo.yml index 9481a4d..72c3c24 100644 --- a/.github/workflows/deploy_demo.yml +++ b/.github/workflows/deploy_demo.yml @@ -18,7 +18,7 @@ jobs: - run: pnpm install --frozen-lockfile - run: | cd examples/web-worker && pnpm build - - uses: peaceiris/actions-gh-pages@v3 + - uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./examples/web-worker/dist