From eb04c57d452f0b3a731cb7e11404429bf9914367 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 14:09:28 +0000 Subject: [PATCH] Update crazy-max/ghaction-github-pages action to v3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index adaafdc..60ea69f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -236,7 +236,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