diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d7cee1..13effb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -179,7 +179,7 @@ jobs: echo "/${REPO_NAME} /${REPO_NAME}/${REPO_NAME}/index.html 301" > public/_redirects; echo "/${REPO_NAME}/index.html /${REPO_NAME}/${REPO_NAME}/index.html 301" >> public/_redirects; - - uses: crazy-max/ghaction-github-pages@v3 + - uses: crazy-max/ghaction-github-pages@v4 with: target_branch: gh-pages build_dir: public