Update .gitea/workflows/build.yaml
This commit is contained in:
parent
da59a3ab40
commit
faeef87787
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue