We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07841f0 commit 82e3ee5Copy full SHA for 82e3ee5
.github/workflows/update-api-docs.yml
@@ -31,6 +31,10 @@ jobs:
31
uses: webfactory/[email protected]
32
with:
33
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
34
+ - name: Set known keys in /root/.ssh (see https://github.com/webfactory/ssh-agent/issues/20)
35
+ run: |
36
+ mkdir -p /root/.ssh
37
+ ssh-keyscan -t rsa github.com >> /root/.ssh/known_hosts
38
- name: Deploy
39
uses: JamesIves/github-pages-deploy-action@releases/v3
40
0 commit comments