diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..4a45ad5c --- /dev/null +++ b/.gitlab-ci.yml @@ -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"' diff --git a/_config.yml b/_config.yml index 7c3fc7e2..3a201a17 100644 --- a/_config.yml +++ b/_config.yml @@ -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