10 lines
296 B
YAML
10 lines
296 B
YAML
when:
|
|
- event: [push, pull_request, pull_request_closed, tag, release, manual]
|
|
|
|
steps:
|
|
- name: build
|
|
image: ghcr.io/hugomods/hugo:go-git
|
|
commands:
|
|
- hugo --minify --gc --cleanDestinationDir -d /mnt/jcktrue.dk/
|
|
volumes:
|
|
- /home/jct/apps/http/jcktrue.dk/:/mnt/jcktrue.dk/ |