Skip to content

Commit 222cdb3

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.6.5
1 parent 3f20390 commit 222cdb3

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
@@ -42,6 +42,6 @@ jobs:
4242
run: slap install --extras docs --no-venv-check
4343
- name: Build documentation
4444
run: cd docs && novella --base-url pydoc-markdown/
45-
- uses: JamesIves/github-pages-deploy-action@4.1.4
45+
- uses: JamesIves/github-pages-deploy-action@v4.6.5
4646
if: github.ref == 'refs/heads/develop'
4747
with: { branch: gh-pages, folder: docs/_site, ssh-key: "${{ secrets.DEPLOY_KEY }}" }

0 commit comments

Comments
 (0)