Update .gitea/workflows/build.yaml
Homepage / build (push) Failing after 2s Details

This commit is contained in:
neale 2023-10-27 20:33:11 -06:00
parent 68d2d34947
commit 9a4a0aecdc
1 changed files with 0 additions and 5 deletions

View File

@ -2,15 +2,10 @@ name: Homepage
on: [push]
jobs:
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
steps:
- run: find
- name: Publish
run: rsync --delete -vax ./public/ neale@melville.woozle.org:/srv/www/woozle.org/