File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
run : make html
52
52
53
53
- name : GitHub Pages [main]
54
- uses : peaceiris/actions-gh-pages@v3.9.3
54
+ uses : peaceiris/actions-gh-pages@v4.0.0
55
55
if : ${{ github.ref == 'refs/heads/main' }}
56
56
with :
57
57
github_token : ${{ secrets.GITHUB_TOKEN }}
64
64
user_email : ' github-actions[bot]@users.noreply.github.com'
65
65
66
66
- name : GitHub Pages [PR]
67
- uses : peaceiris/actions-gh-pages@v3.9.3
67
+ uses : peaceiris/actions-gh-pages@v4.0.0
68
68
if : ${{ github.event.pull_request && github.event.action != 'closed' }}
69
69
with :
70
70
github_token : ${{ secrets.GITHUB_TOKEN }}
88
88
89
89
- name : Publish release
90
90
if : startsWith(github.ref, 'refs/heads/release')
91
- uses : peaceiris/actions-gh-pages@v3.9.3
91
+ uses : peaceiris/actions-gh-pages@v4.0.0
92
92
with :
93
93
github_token : ${{ secrets.GITHUB_TOKEN }}
94
94
destination_dir : next_release
@@ -104,7 +104,7 @@ jobs:
104
104
105
105
- name : Publish tag
106
106
if : startsWith(github.ref, 'refs/tags/')
107
- uses : peaceiris/actions-gh-pages@v3.9.3
107
+ uses : peaceiris/actions-gh-pages@v4.0.0
108
108
with :
109
109
github_token : ${{ secrets.GITHUB_TOKEN }}
110
110
destination_dir : ${{ steps.capture_tag.outputs.tag_number }}
You can’t perform that action at this time.
0 commit comments