Files
cateconners-site/.gitea/workflows/deploy.yml
T
will 5ff70faa41
deploy / deploy (push) Successful in 6s
Initial Hugo skeleton, adapted from michaelferrara-site
Fantasy Michigan theme (forest green / lake teal / birch parchment).
Reader-magnet content is placeholder pending Cate's story and cover art.
2026-07-20 14:26:28 -04:00

17 lines
359 B
YAML

name: deploy
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
container:
image: hugomods/hugo:exts
volumes:
- /var/www/cateconners.com:/var/www/cateconners.com
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- run: hugo --minify -d /var/www/cateconners.com