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