Skip to content

Commit 3233fab

Browse files
authored
Merge pull request #775 from nipype/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents 3ef8c5e + 455e16f commit 3233fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ jobs:
378378
run: if [ -n "$GHPAGES_DEPLOY_KEY" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi
379379
- name: Deploy Docs to GitHub Pages
380380
if: steps.deployable.outputs.DEPLOY
381-
uses: peaceiris/actions-gh-pages@v3
381+
uses: peaceiris/actions-gh-pages@v4
382382
with:
383383
github_token: ${{ secrets.GHPAGES_DEPLOY_KEY }}
384384
publish_dir: docs-build

0 commit comments

Comments
 (0)