We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6db5acc + c3e535e commit dd4c6a7Copy full SHA for dd4c6a7
1 file changed
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
bundle exec jekyll build -d build
69
- name: Deploy
70
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
71
with:
72
github_token: ${{ secrets.GITHUB_TOKEN }}
73
publish_dir: ./build
0 commit comments