image: registry.gitlab.com/pages/hugo:latest variables: GIT_SUBMODULE_STRATEGY: recursive pages: before_script: - sudo apt-get install emacs script: - emacs --batch --no-init --load publish.el - hugo artifacts: paths: - public only: - master