rms-support-letter.github.io/.gitlab-ci.yml

17 lines
262 B
YAML
Raw Permalink Normal View History

2021-03-25 07:46:14 +01:00
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"'