Skip to content

Commit

Permalink
Try to hack around container + ssh-agent issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LeszekSwirski authored May 29, 2020
1 parent 07841f0 commit 82e3ee5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
uses: webfactory/ssh-agent@v0.2.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Set known keys in /root/.ssh (see https://github.com/webfactory/ssh-agent/issues/20)
run: |
mkdir -p /root/.ssh
ssh-keyscan -t rsa github.com >> /root/.ssh/known_hosts
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
Expand Down

0 comments on commit 82e3ee5

Please sign in to comment.