before_script: - git submodule init - git submodule update --force test: script: - hugo except: - master pages: script: - hugo artifacts: paths: - public only: master