Skip to content
Snippets Groups Projects
.gitlab-ci.yml 183 B
Newer Older
Christian Tischer's avatar
Christian Tischer committed
image: ruby:latest

pages:
  script:
Christian Tischer's avatar
Christian Tischer committed
    - gem install bundler
    - bundle install 
    - bundle exec jekyll build -d public
  artifacts:
    paths:
      - public
  only:
    - main