11 lines
259 B
YAML
11 lines
259 B
YAML
when:
|
|
- event: push
|
|
branch: master
|
|
|
|
steps:
|
|
- name: Hugo build
|
|
image: alpine:latest
|
|
commands:
|
|
- apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community go hugo git
|
|
- hugo --gc --minify
|
|
- ls public
|