We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2bc12 commit f9d3b3bCopy full SHA for f9d3b3b
.github/workflows/release.yml
@@ -179,7 +179,7 @@ jobs:
179
echo "/${REPO_NAME} /${REPO_NAME}/${REPO_NAME}/index.html 301" > public/_redirects;
180
echo "/${REPO_NAME}/index.html /${REPO_NAME}/${REPO_NAME}/index.html 301" >> public/_redirects;
181
182
- - uses: crazy-max/ghaction-github-pages@v3
+ - uses: crazy-max/ghaction-github-pages@v4
183
with:
184
target_branch: gh-pages
185
build_dir: public
0 commit comments