Skip to content

Commit e625c9d

Browse files
author
Diptorup Deb
authored
Merge pull request #1437 from IntelPython/dependabot/github_actions/peaceiris/actions-gh-pages-4.0.0
Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0
2 parents 4708ac7 + 1fd7893 commit e625c9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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 }}
@@ -64,7 +64,7 @@ jobs:
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 }}
@@ -88,7 +88,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)