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