This commit is contained in:
Neale Pickett 2023-10-27 20:00:59 -07:00
parent 3f4a80ea88
commit 98e61af61f
1 changed files with 2 additions and 0 deletions

View File

@ -9,5 +9,7 @@ jobs:
run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY . run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
- name: Build - name: Build
run: hugo run: hugo
- name: Set up SSH
mkdir $HOME/.ssh && cp .gitea/workflows/known_hosts $HOME/.ssh
- name: Publish - name: Publish
run: rsync --delete -vax ./public/ neale@melville.woozle.org:/srv/www/woozle.org/ run: rsync --delete -vax ./public/ neale@melville.woozle.org:/srv/www/woozle.org/