Newer
Older
- test-site
- deploy-site
test:
stage: test-site
script:
- bundle exec jekyll build --destination=build/
# Artifacts
artifacts:
expire_in: 1 day
paths:
- build/