diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bff41f..00fb10c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -245,7 +245,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@v2.7.0 + - uses: crazy-max/ghaction-github-pages@v3.1.0 with: target_branch: gh-pages build_dir: public