parent
80fb79d57d
commit
1dc69d7b10
@ -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"' |
Loading…
Reference in new issue