Skip to content

Commit

Permalink
Update crazy-max/ghaction-github-pages action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent ea2bc12 commit 991ec86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 991ec86

Please sign in to comment.