Files
thesatelliteoflove/.gitea/workflows/hugo_build.yaml
Phil 5d6c06f342
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 9s
Build Hugo Site / build (push) Failing after 33s
try a full build
2024-11-19 15:00:24 -07:00

19 lines
543 B
YAML

name: Build Hugo Site
run-name: ${{ gitea.actor }} is building The Satellite of Love
on: [push]
jobs:
build:
runs-on: docker
steps:
- run: apk add --no-cache nodejs
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: '>=1.17.0'
- run: go version
- run: apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo
- run: hugo version
- run: hugo
- run: ls -lah
- run: rsync -avz --delete ./public/ /sies/tsol/