diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fa8e6c..5ff94fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,15 +9,15 @@ variables: test: script: - - hugo + - hugo except: - - main + - master pages: script: - - hugo + - hugo --environment production artifacts: paths: - - public + - public only: - - main + - master