Skip to content

Commit 4a3ec06

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.5.0 (#21)
1 parent 05219ac commit 4a3ec06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
- uses: actions/checkout@v4
5050
- uses: actions/download-artifact@v4
5151
with: { name: docs, path: docs/_site }
52-
- uses: JamesIves/github-pages-deploy-action@4.1.4
52+
- uses: JamesIves/github-pages-deploy-action@v4.5.0
5353
with: { branch: gh-pages, folder: docs/_site, ssh-key: "${{ secrets.DEPLOY_KEY }}" }

0 commit comments

Comments
 (0)