diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cb79a7..1dfe809 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: - uses: actions/download-artifact@v7 - run: mv */index.html ./ - run: mv */*/*.* ./ - - uses: peaceiris/actions-gh-pages@v4.0.0 + - uses: peaceiris/actions-gh-pages@v4.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: .