Update .gitea/workflows/build.yaml
This commit is contained in:
parent
c3b6c853ae
commit
da59a3ab40
|
@ -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