Skip to content

Commit 9e71415

Browse files
committed
Update
1 parent b266c69 commit 9e71415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
5050
- name: Save the SSH private key to a file
5151
run: |
52-
mkdir -p ~/.ssh
5352
if [ ! -f ~/.ssh/id_rsa ]; then
53+
mkdir -p ~/.ssh
5454
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
5555
chmod 600 ~/.ssh/id_rsa
5656
fi

0 commit comments

Comments
 (0)