2024-04-10 11:09:48 +00:00
|
|
|
when:
|
|
|
|
- event: [push, pull_request, pull_request_closed, tag, release, manual]
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build
|
2025-02-27 12:58:59 +00:00
|
|
|
image: ghcr.io/hugomods/hugo:go-non-root
|
2025-02-27 12:54:48 +00:00
|
|
|
commands:
|
2025-02-27 12:58:59 +00:00
|
|
|
- hugo --minify --gc --cleanDestinationDir -d /mnt/jcktrue.dk/
|
2022-04-11 14:06:58 +00:00
|
|
|
volumes:
|
2022-04-11 14:11:53 +00:00
|
|
|
- /home/jct/apps/http/jcktrue.dk/:/mnt/jcktrue.dk/
|