Skip to content
Snippets Groups Projects
.gitlab-ci.yml 157 B
Newer Older
image: ruby:2.7

pages:
  script:
    - gem install bundler
    - bundle init
    - bundle exec jekyll build -d public
  artifacts:
    paths:
      - public