This commit is contained in:
Neale Pickett 2023-10-27 20:02:54 -07:00
parent 0a8ac0aa02
commit 76d32348ee
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ jobs:
- name: Build
run: hugo
- name: Set up SSH
run: mkdir $HOME/.ssh && cp .gitea/workflows/known_hosts $HOME/.ssh
run: mkdir -p $HOME/.ssh && cp .gitea/workflows/known_hosts $HOME/.ssh
- name: Publish
run: rsync --delete -vax ./public/ neale@melville.woozle.org:/srv/www/woozle.org/