Skip to content

Commit

Permalink
Update crazy-max/ghaction-github-pages action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2023
1 parent d844e49 commit 13b1ff2
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 @@ -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
Expand Down

0 comments on commit 13b1ff2

Please sign in to comment.