This repository has been archived on 2024-01-30. You can view files and clone it, but cannot push or open issues/pull-requests.
docs/.gitlab-ci.yml

15 lines
260 B
YAML

image: alpine:latest
pages:
script:
# this uses alpine, for whatever reason
- apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola
- zola build
artifacts:
paths:
- public
only:
- main