Skip to content

Commit

Permalink
Merge pull request #2407 from h5py/dependabot/github_actions/actions-…
Browse files Browse the repository at this point in the history
…45223d3826

Bump peaceiris/actions-gh-pages from 3 to 4 in the actions group
  • Loading branch information
takluyver committed Apr 9, 2024
2 parents 71af64d + 944a4a6 commit 0f071a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lowlevel-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
path: docs_api/_build/html

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: github.repository == 'h5py/h5py' && github.ref == 'refs/heads/master' && github.event_name == 'push'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0f071a4

Please sign in to comment.