We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f20390 commit 21ddd85Copy full SHA for 21ddd85
.github/workflows/python.yml
@@ -42,6 +42,6 @@ jobs:
42
run: slap install --extras docs --no-venv-check
43
- name: Build documentation
44
run: cd docs && novella --base-url pydoc-markdown/
45
- - uses: JamesIves/github-pages-deploy-action@4.1.4
+ - uses: JamesIves/github-pages-deploy-action@v4.7.3
46
if: github.ref == 'refs/heads/develop'
47
with: { branch: gh-pages, folder: docs/_site, ssh-key: "${{ secrets.DEPLOY_KEY }}" }
0 commit comments