diff --git a/.codechina-ci.yml b/.codechina-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..90e65cbfb062de7227c8e899b31e1a04e355c2ec --- /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