Add gitea workflow

This commit is contained in:
Neale Pickett 2023-10-27 13:53:05 -07:00
parent dfadfd3790
commit 7881dd6506
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
name: Homepage
on: [push]
jobs:
publish:
runs-on: docker
container: klakegg/hugo:ext
steps:
- name: Check out source
run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
- name: Build
run: hugo build
- name: Publish
run: rsync --delete -vax ./public/ neale@melville.woozle.org:/srv/www/woozle.org/