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 05219ac commit 4a3ec06Copy full SHA for 4a3ec06
.github/workflows/python.yml
@@ -49,5 +49,5 @@ jobs:
49
- uses: actions/checkout@v4
50
- uses: actions/download-artifact@v4
51
with: { name: docs, path: docs/_site }
52
- - uses: JamesIves/github-pages-deploy-action@4.1.4
+ - uses: JamesIves/github-pages-deploy-action@v4.5.0
53
with: { branch: gh-pages, folder: docs/_site, ssh-key: "${{ secrets.DEPLOY_KEY }}" }
0 commit comments