Update .gitea/workflows/build.yaml
This commit is contained in:
parent
3ff0ff7626
commit
68d2d34947
|
@ -10,6 +10,7 @@ jobs:
|
||||||
run: hugo build
|
run: hugo build
|
||||||
publish:
|
publish:
|
||||||
container: rsync/rsync
|
container: rsync/rsync
|
||||||
|
steps:
|
||||||
- run: find
|
- run: find
|
||||||
- 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/
|
||||||
|
|
Loading…
Reference in New Issue