1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-01-08 06:15:29 +01:00
devol.it/.gitlab-ci.yml
2020-01-13 01:42:32 +00:00

12 lines
158 B
YAML

image: ruby
pages:
stage: build
script:
- gem install jekyll bundler
- jekyll build -d public
artifacts:
paths:
- public
only:
- master