Skip to content

Commit d335e7e

Browse files
update peaceiris ghpages to v4
1 parent fe803b4 commit d335e7e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy_main_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Push the book's HTML to github-pages
4040
- name: GitHub Pages action
41-
uses: peaceiris/actions-gh-pages@v3.8.0
41+
uses: peaceiris/actions-gh-pages@v4
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444
publish_dir: source/_build/html

.github/workflows/deploy_pr_preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
# Push the book's HTML to github-pages
5050
- name: GitHub Pages action
51-
uses: peaceiris/actions-gh-pages@v3.8.0
51+
uses: peaceiris/actions-gh-pages@v4
5252
with:
5353
github_token: ${{ secrets.GITHUB_TOKEN }}
5454
publish_dir: source/_build/html
@@ -71,7 +71,7 @@ jobs:
7171
website_diff --old dev --new pull${{ github.event.number }} --diff diff${{ github.event.number }}
7272
7373
- name: GitHub Pages action to push diff
74-
uses: peaceiris/actions-gh-pages@v3.8.0
74+
uses: peaceiris/actions-gh-pages@v4
7575
with:
7676
github_token: ${{ secrets.GITHUB_TOKEN }}
7777
publish_dir: diff${{ github.event.number }}

.github/workflows/update_book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
# Push updated website, clean out old commits
3131
- name: Update website
32-
uses: peaceiris/actions-gh-pages@v3.8.0
32+
uses: peaceiris/actions-gh-pages@v4
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
3535
publish_dir: ./

0 commit comments

Comments
 (0)