1
0
website/.gitlab-ci.yml

19 lines
270 B
YAML
Raw Normal View History

2020-03-15 20:12:27 +03:00
image: alpine:edge
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing zola
pages:
stage: deploy
script:
- zola build
artifacts:
paths:
- public
only:
- master