Update .gitea/workflows/build.yaml
Homepage / build (push) Has been cancelled Details

This commit is contained in:
neale 2023-10-27 20:56:18 -06:00
parent d212956591
commit 3f4a80ea88
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ jobs:
- name: Check out source - name: Check out source
run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY . run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
- name: Build - name: Build
run: hugo build run: hugo
- 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/