Skip to content

Commit d70bb66

Browse files
authored
Update actions.yml
1 parent b8acaba commit d70bb66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
echo "${{ secrets.KNOWN_HOSTS }}" > ~/.ssh/known_hosts
3232
3333
- name: Deploy
34-
run: rsync --archive --stats site/ ${{ secrets.REMOTE_DEST }}
34+
run: mkdocs gh-deploy
35+
# run: rsync --archive --stats site/ ${{ secrets.REMOTE_DEST }}
3536
# root@__IP_ADDR__:/var/www/html
3637

0 commit comments

Comments
 (0)