We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build-deploy-docs.yml
1 parent 6f1aa9f commit c88bdfeCopy full SHA for c88bdfe
1 file changed
.github/workflows/build-deploy-docs.yml
@@ -50,6 +50,10 @@ jobs:
50
external_repository: TorchJD/documentation
51
publish_branch: main
52
53
+ - name: Kill ssh-agent
54
+ # See: https://github.com/peaceiris/actions-gh-pages/issues/909
55
+ run: killall ssh-agent
56
+
57
- name: Deploy to stable of TorchJD/documentation
58
if: startsWith(github.ref, 'refs/tags/')
59
uses: peaceiris/actions-gh-pages@v4
0 commit comments