diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e5d220..3f171ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: - run: bash scripts/build.sh - run: cp includes/CNAME generated - run: cp includes/index.html generated - - uses: peaceiris/actions-gh-pages@v3 + - uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./generated