From 10133ef1e619f792255775647f7f117425ffe993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=8E=A0=E1=8E=A1=2E=20=D0=85=CF=B5rg=CF=B5=20=D1=B4ictor?= Date: Thu, 30 Jan 2020 18:39:59 +0700 Subject: [PATCH] Setting Up Docs Builder via GitHub Actions --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a595d303..d14d85a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: