diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a691c99..7b01875 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,18 +1,21 @@ +# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry +image: registry.gitlab.com/pages/hugo:latest + before_script: - - git submodule init - - git submodule update --force - - test: + - git submodule init + - git submodule update --force + +test: script: - hugo - except: + except: - master - - pages: + +pages: script: - hugo artifacts: paths: - - public + - public only: - master \ No newline at end of file + - master