Skip to content

Commit f9d3b3b

Browse files
Update crazy-max/ghaction-github-pages action to v4
1 parent ea2bc12 commit f9d3b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
echo "/${REPO_NAME} /${REPO_NAME}/${REPO_NAME}/index.html 301" > public/_redirects;
180180
echo "/${REPO_NAME}/index.html /${REPO_NAME}/${REPO_NAME}/index.html 301" >> public/_redirects;
181181
182-
- uses: crazy-max/ghaction-github-pages@v3
182+
- uses: crazy-max/ghaction-github-pages@v4
183183
with:
184184
target_branch: gh-pages
185185
build_dir: public

0 commit comments

Comments
 (0)