Skip to content

Commit 8e6ddf3

Browse files
committed
permissions again
1 parent cd4c614 commit 8e6ddf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ jobs:
136136
name: docs_site
137137
- run: sudo apt-get --yes update
138138
- run: sudo apt-get --yes install --no-install-recommends openssh-client rsync
139-
- run: install -m 0700 -d ~/.ssh
139+
- run: mkdir ~/.ssh
140140
- run: echo "${{ vars.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
141141
- run: echo "${{ secrets.SSH_KEY_PRIVATE }}" > ~/.ssh/id_ed25519
142+
- run: chmod 600 ~/.ssh/id_ed25519
142143
- run: rsync -a --delete --delete-delay --delay-updates docs_site/ [email protected]:site/

0 commit comments

Comments
 (0)