mirror of
https://github.com/rms-support-letter/rms-support-letter.github.io.git
synced 2024-11-05 21:21:46 +01:00
17 lines
262 B
YAML
17 lines
262 B
YAML
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"'
|