From f8cc7f2dace9e9d307a66ca0f70f522458c41ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lab=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Fri, 10 Feb 2023 14:58:50 +0800 Subject: [PATCH] Add new file --- .codechina-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .codechina-ci.yml diff --git a/.codechina-ci.yml b/.codechina-ci.yml new file mode 100644 index 0000000..90e65cb --- /dev/null +++ b/.codechina-ci.yml @@ -0,0 +1,14 @@ +image: ruby:latest + +variables: + JEKYLL_ENV: production + +pages: + script: + - bundle install + - bundle exec jekyll build -d public + artifacts: + paths: + - public + only: + - master -- GitLab