mirror of
https://gitlab.com/greenleebt/business-website.git
synced 2026-08-17 16:26:16 +00:00
12 lines
No EOL
150 B
YAML
12 lines
No EOL
150 B
YAML
image: ruby
|
|
|
|
pages:
|
|
stage: build
|
|
script:
|
|
- gem install jekyll
|
|
- jekyll build -d public
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- master |