Forked from
ogs / ogs
15575 commits behind the upstream repository.
-
Lars Bilke authoredLars Bilke authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 442 B
image: alpine:3.4
before_script:
- apk update && apk add openssl
- wget https://github.com/spf13/hugo/releases/download/v0.18.1/hugo_0.18.1_Linux-64bit.tar.gz
- tar xf hugo_0.18.1_Linux-64bit.tar.gz && cp ./hugo_0.18.1_linux_amd64/hugo_0.18.1_linux_amd64 /usr/bin/hugo
- hugo version
pages:
script:
- cd web
- (cd import; python import.py)
- gulp build
- hugo
artifacts:
paths:
- web/public
only:
- web-hugo