image: debian variables: GIT_SUBMODULE_STRATEGY: recursive before_script: - apt install hugo - curl https://get.volta.sh | bash - npm install test: script: - hugo except: variables: - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH pages: script: - hugo artifacts: paths: - public only: variables: - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH