Setting Up Docs Builder via GitHub Actions

This commit is contained in:
ᎠᎡ. Ѕϵrgϵ Ѵictor 2020-01-30 18:39:59 +07:00
parent ff19520026
commit 10133ef1e6
1 changed files with 2 additions and 1 deletions

View File

@ -45,8 +45,9 @@ jobs:
- name: 🔀 Restoring SSH Key to Manage Documentation Repository
run: |
mkdir -p ~/.ssh
echo "$SSH_KEY" > ~/.ssh/ldpkey
chmod 0600 ~/.ssh/ldpkey
chmod 0600 ~/.ssh/ldpkey ~/.ssh
ssh-keyscan -p $LDPPORT -H $LDPHOST >> ~/.ssh/known_hosts
shell: bash
env: