Skip to content

Commit

Permalink
fix: kill ssh-agent to allow two commit actions to run
Browse files Browse the repository at this point in the history
  • Loading branch information
filmil committed Feb 16, 2025
1 parent ee52a0d commit a3d4650
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -27,6 +27,8 @@ jobs:
destination_dir: static/html_chunked
publish_branch: main
deploy_key: "${{ secrets.DEPLOY_KEY }}"
- name: "Kill ssh-agent, see: https://github.com/peaceiris/actions-gh-pages/issues/909"
run: "killall ssh-agent"
- name: "Deploy bazel_ebook_html"
uses: peaceiris/actions-gh-pages@v3
with:

0 comments on commit a3d4650

Please sign in to comment.