diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b2bcdf7..79c5d99 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -34,7 +34,7 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build - - uses: peaceiris/actions-gh-pages@v3 + - uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: './dist'