Skip to content

Commit c5286d5

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.6.0 (#36)
1 parent 671511c commit c5286d5

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.5.0
31+
- uses: JamesIves/github-pages-deploy-action@v4.6.0
3232
with: { branch: gh-pages, folder: docs/site, ssh-key: "${{ secrets.DEPLOY_KEY }}" }

0 commit comments

Comments
 (0)