From c11ef8061ad2d1b435edc0ce1801db8a73597c80 Mon Sep 17 00:00:00 2001 From: FelixHPP Date: Wed, 1 Dec 2021 13:30:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=203faf7ed52fa83d583fc670a96b?= =?UTF-8?q?cf92da270d0767.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codechina-ci.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .codechina-ci.yml diff --git a/.codechina-ci.yml b/.codechina-ci.yml new file mode 100644 index 0000000..99801b4 --- /dev/null +++ b/.codechina-ci.yml @@ -0,0 +1,23 @@ +# This file is a template, and might need editing before it works on your project. +--- +# All available Hugo versions are listed here: +# https://gitlab.com/pages/hugo/container_registry +image: registry.gitlab.com/pages/hugo:latest + +variables: + GIT_SUBMODULE_STRATEGY: recursive + +test: + script: + - hugo + except: + - master + +pages: + script: + - hugo + artifacts: + paths: + - public + only: + - master -- GitLab