business-website/.gitlab-ci.yml
Andrew Banchich 59d5238af5 init
2022-12-09 21:59:31 -05:00

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