File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
39
39
# Push the book's HTML to github-pages
40
40
- name : GitHub Pages action
41
- uses : peaceiris/actions-gh-pages@v3.8.0
41
+ uses : peaceiris/actions-gh-pages@v4
42
42
with :
43
43
github_token : ${{ secrets.GITHUB_TOKEN }}
44
44
publish_dir : source/_build/html
Original file line number Diff line number Diff line change 48
48
49
49
# Push the book's HTML to github-pages
50
50
- name : GitHub Pages action
51
- uses : peaceiris/actions-gh-pages@v3.8.0
51
+ uses : peaceiris/actions-gh-pages@v4
52
52
with :
53
53
github_token : ${{ secrets.GITHUB_TOKEN }}
54
54
publish_dir : source/_build/html
71
71
website_diff --old dev --new pull${{ github.event.number }} --diff diff${{ github.event.number }}
72
72
73
73
- name : GitHub Pages action to push diff
74
- uses : peaceiris/actions-gh-pages@v3.8.0
74
+ uses : peaceiris/actions-gh-pages@v4
75
75
with :
76
76
github_token : ${{ secrets.GITHUB_TOKEN }}
77
77
publish_dir : diff${{ github.event.number }}
Original file line number Diff line number Diff line change 29
29
30
30
# Push updated website, clean out old commits
31
31
- name : Update website
32
- uses : peaceiris/actions-gh-pages@v3.8.0
32
+ uses : peaceiris/actions-gh-pages@v4
33
33
with :
34
34
github_token : ${{ secrets.GITHUB_TOKEN }}
35
35
publish_dir : ./
You can’t perform that action at this time.
0 commit comments