# This file is a template, and might need editing before it works on your project. --- # All available Hugo versions are listed here: # https://gitlab.com/pages/hugo/container_registry #image: swr.cn-north-4.myhuaweicloud.com/codechina/hugo_extended:0.75.1 image: swr.cn-north-4.myhuaweicloud.com/codechina/klakegg_hugo:0.75.1-ext-ubuntu #before_script: # - apk add --update --no-cache git #variables: # GIT_SUBMODULE_STRATEGY: recursive pages: script: - hugo artifacts: paths: - public only: - master