Skip to content

Commit c88bdfe

Browse files
authored
ci(docs): Add step to kill ssh-agent in build-deploy-docs.yml (#321)
1 parent 6f1aa9f commit c88bdfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
external_repository: TorchJD/documentation
5151
publish_branch: main
5252

53+
- name: Kill ssh-agent
54+
# See: https://github.com/peaceiris/actions-gh-pages/issues/909
55+
run: killall ssh-agent
56+
5357
- name: Deploy to stable of TorchJD/documentation
5458
if: startsWith(github.ref, 'refs/tags/')
5559
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)