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