Setting Up Docs Builder via GitHub Actions

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

View File

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