Add Gitlab CI support

This commit is contained in:
Ivanq 2021-03-25 09:46:14 +03:00
parent 80fb79d57d
commit 1dc69d7b10
2 changed files with 18 additions and 1 deletions

16
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,16 @@
image: ruby:2.7
workflow:
rules:
- if: '$CI_COMMIT_BRANCH'
pages:
script:
- gem install bundler
- bundle install
- bundle exec jekyll build -d public
artifacts:
paths:
- public
rules:
- if: '$CI_COMMIT_BRANCH == "master"'

View File

@ -2,7 +2,8 @@ title: An open letter in support of RMS.
baseurl: ""
url: ""
github_username: rms-support-letter
github_username: rms-support-letter
repository: rms-support-letter/rms-support-letter.github.io
# Build settings
theme: minima