Skip to content

Commit 42a58ec

Browse files
authored
Fix SSH Setup
1 parent c26b184 commit 42a58ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
yarn build
2121
- name: Setup SSH
2222
run: |
23+
mkdir -p ~/.ssh
2324
echo "${{secrets.SSH_CDN_PRIVATE_KEY}}" > ~/.ssh/id_rsa
2425
echo "Host ${{ secrets.SSH_HOST }}" > ~/.ssh/config
2526
echo " User ${{ secrets.SSH_CDN_USERNAME }}" >> ~/.ssh/config

0 commit comments

Comments
 (0)