c8h4.io/.build.yml
Christoph Heiss 8aacef30f5
ci: Replace Github Actions with sr.ht build manifest
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-02-01 18:45:59 +01:00

18 lines
276 B
YAML

---
image: debian/stable
arch: amd64
packages:
- hugo
- yamllint
sources:
- https://git.sr.ht/~c8h4/c8h4.io
secrets:
- 647d8203-92ca-401c-92e1-0c5abe7420d2
tasks:
- lint: |
cd c8h4.io
yamllint --strict .
- build: |
cd c8h4.io
hugo --minify