Skip to content

Commit 086adce

Browse files
authored
Update actions.yml
1 parent d70bb66 commit 086adce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ jobs:
2424
run: mkdocs build
2525

2626
- name: Install SSH key
27-
2827
run: |
2928
install -m 600 -D /dev/null ~/.ssh/id_rsa
3029
echo "${{ secrets.PRIVATE_SSH_KEY }}" > ~/.ssh/id_rsa
3130
echo "${{ secrets.KNOWN_HOSTS }}" > ~/.ssh/known_hosts
3231
3332
- name: Deploy
34-
run: mkdocs gh-deploy
33+
run: mkdocs gh-deploy
3534
# run: rsync --archive --stats site/ ${{ secrets.REMOTE_DEST }}
3635
# root@__IP_ADDR__:/var/www/html
3736

0 commit comments

Comments
 (0)