We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848f968 commit ffc5fdeCopy full SHA for ffc5fde
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
cat github-corner.html >> index.html
37
sed -i "s/your-url/github.com\/${GH_USER}\/${REPO}/g" index.html
38
- name: Deploy to GitHub Pages
39
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
40
with:
41
github_token: ${{ secrets.GITHUB_TOKEN }}
42
publish_dir: .
0 commit comments