Skip to content

Commit

Permalink
Merge pull request IntelPython#1437 from IntelPython/dependabot/githu…
Browse files Browse the repository at this point in the history
…b_actions/peaceiris/actions-gh-pages-4.0.0

Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0
  • Loading branch information
Diptorup Deb authored Apr 19, 2024
2 parents 4708ac7 + 1fd7893 commit e625c9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: make html

- name: GitHub Pages [main]
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -64,7 +64,7 @@ jobs:
user_email: 'github-actions[bot]@users.noreply.github.com'

- name: GitHub Pages [PR]
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
if: ${{ github.event.pull_request && github.event.action != 'closed' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -88,7 +88,7 @@ jobs:

- name: Publish release
if: startsWith(github.ref, 'refs/heads/release')
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
destination_dir : next_release
Expand All @@ -104,7 +104,7 @@ jobs:
- name: Publish tag
if: startsWith(github.ref, 'refs/tags/')
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
destination_dir : ${{ steps.capture_tag.outputs.tag_number }}
Expand Down

0 comments on commit e625c9d

Please sign in to comment.