Rename artschedrov.yml to artschedrov.yaml
[rms-support-letter.git] / .gitlab-ci.yml
blob4a45ad5c3aeebebf297fe1c857f33205f7426ed7
1 image: ruby:2.7
3 workflow:
4   rules:
5     - if: '$CI_COMMIT_BRANCH'
7 pages:
8   script:
9     - gem install bundler
10     - bundle install
11     - bundle exec jekyll build -d public
12   artifacts:
13     paths:
14       - public
15   rules:
16     - if: '$CI_COMMIT_BRANCH == "master"'