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 5151 run : make html
5252
5353 - name : GitHub Pages [main]
54- uses : peaceiris/actions-gh-pages@v3.9.3
54+ uses : peaceiris/actions-gh-pages@v4.0.0
5555 if : ${{ github.ref == 'refs/heads/main' }}
5656 with :
5757 github_token : ${{ secrets.GITHUB_TOKEN }}
6464 user_email : ' github-actions[bot]@users.noreply.github.com'
6565
6666 - name : GitHub Pages [PR]
67- uses : peaceiris/actions-gh-pages@v3.9.3
67+ uses : peaceiris/actions-gh-pages@v4.0.0
6868 if : ${{ github.event.pull_request && github.event.action != 'closed' }}
6969 with :
7070 github_token : ${{ secrets.GITHUB_TOKEN }}
8888
8989 - name : Publish release
9090 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
9292 with :
9393 github_token : ${{ secrets.GITHUB_TOKEN }}
9494 destination_dir : next_release
@@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Publish tag
106106 if : startsWith(github.ref, 'refs/tags/')
107- uses : peaceiris/actions-gh-pages@v3.9.3
107+ uses : peaceiris/actions-gh-pages@v4.0.0
108108 with :
109109 github_token : ${{ secrets.GITHUB_TOKEN }}
110110 destination_dir : ${{ steps.capture_tag.outputs.tag_number }}
You can’t perform that action at this time.
0 commit comments