Skip to content

Commit 6785f01

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.7.1 (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b63570 commit 6785f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/download-artifact@v4
3030
with: { name: docs, path: docs/site }
31-
- uses: JamesIves/github-pages-deploy-action@v4.6.1
31+
- uses: JamesIves/github-pages-deploy-action@v4.7.1
3232
with: { branch: gh-pages, folder: docs/site, ssh-key: "${{ secrets.DEPLOY_KEY }}" }

0 commit comments

Comments
 (0)