www/.gitlab-ci.yml
2021-04-18 19:07:34 +00:00

15 γραμμές
266 B
YAML

image: registry.gitlab.com/pages/hugo:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
script:
- find . -type f -print0 | xargs -0 sed -i -e 's/www.hellug.gr/hellug.gitlab.io\/www/'
- hugo
artifacts:
paths:
- public
only:
- master