Merge pull request #932

remove gitlab-ci.yml
This commit is contained in:
luigi1111 2020-04-16 12:22:47 -05:00 committed by GitHub
commit 1eab23c3af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +0,0 @@
image: ruby:2.5
stages:
- build
variables:
LANG: "C.UTF-8"
before_script:
- gem install bundler
build_site:
stage: build
only:
- master
script:
- bundle install
- bundle exec jekyll build