image: google/cloud-sdk:206.0.0-alpine # All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry # image: registry.gitlab.com/pages/hugo:latest test-pages: allow_failure: true image: registry.gitlab.com/pages/hugo:latest script: - rm LICENSE - mkdir content - mv * content - hugo new site handbook - mv content handbook/content - cd handbook/ - git clone https://github.com/matcornic/hugo-theme-learn.git themes/learn - hugo except: - master pages: image: registry.gitlab.com/pages/hugo:latest allow_failure: true script: - rm LICENSE - mkdir content - mv * content - hugo new site handbook - mv content handbook/content - cd handbook/ - git clone https://github.com/matcornic/hugo-theme-learn.git themes/learn - hugo artifacts: paths: - public only: - master