Update .gitea/workflows/build.yaml

This commit is contained in:
neale 2023-10-27 15:04:19 -06:00
parent 1d20f20ed2
commit c3b6c853ae
1 changed files with 4 additions and 1 deletions

View File

@ -1,12 +1,15 @@
name: Homepage
on: [push]
jobs:
publish:
build:
container: klakegg/hugo:ext
steps:
- name: Check out source
run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
- name: Build
run: hugo build
publish:
container: rsync/rsync
- run: find
- name: Publish
run: rsync --delete -vax ./public/ neale@melville.woozle.org:/srv/www/woozle.org/