From 1a463dec4b309502c793f375bc4bf3884054c8d1 Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Wed, 29 Dec 2021 14:42:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.codechina-ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codechina-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .codechina-ci.yml diff --git a/.codechina-ci.yml b/.codechina-ci.yml new file mode 100644 index 0000000..95e2353 --- /dev/null +++ b/.codechina-ci.yml @@ -0,0 +1,13 @@ +# This file is a template, and might need editing before it works on your project. +# Full project: https://gitlab.com/pages/plain-html +pages: + stage: deploy + script: + - mkdir .public + - cp -r * .public + - mv .public public + artifacts: + paths: + - public + only: + - master -- GitLab