Skip to content

Commit

Permalink
Merge pull request #3038 from OpenNeuroOrg/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…peaceiris/actions-gh-pages-4

chore(deps): Bump peaceiris/actions-gh-pages from 3 to 4
  • Loading branch information
nellh authored May 2, 2024
2 parents 2df8f21 + aae5aae commit 651263d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: matrix.mode == 'check'
- name: Build
run: make -C docs html
- uses: peaceiris/actions-gh-pages@v3
- uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/master' && matrix.mode == 'build'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 651263d

Please sign in to comment.