We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5235f commit 11bc19dCopy full SHA for 11bc19d
.github/actions/buildresources/action.yaml
@@ -42,7 +42,7 @@ runs:
42
43
- name: Publish to GitHub Pages
44
if: inputs.publish-to-gh == 'true'
45
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
46
with:
47
github_token: ${{ github.token }}
48
publish_dir: book/_build/html
@@ -52,7 +52,7 @@ runs:
52
53
- name: Save Build
54
if: ${{ always() && inputs.jb-save == 'true'}}
55
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
56
57
name: build
58
path: book/_build/
0 commit comments