Update .gitea/workflows/build.yaml
Homepage / build (push) Failing after 2s
Details
Homepage / build (push) Failing after 2s
Details
This commit is contained in:
parent
68d2d34947
commit
9a4a0aecdc
|
@ -2,15 +2,10 @@ name: Homepage
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
container: klakegg/hugo:ext
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out source
|
- name: Check out source
|
||||||
run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
|
run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo build
|
run: hugo build
|
||||||
publish:
|
|
||||||
container: rsync/rsync
|
|
||||||
steps:
|
|
||||||
- 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