--- variables: # This variable will ensure that the CI runner pulls in your theme from the submodule GIT_SUBMODULE_STRATEGY: recursive image: nixery.dev/shell/gnugrep/git/zola test: script: - zola except: variables: - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH pages: script: - zola build artifacts: paths: - public only: variables: - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH