Commit c3d70987 authored by blackheaven's avatar blackheaven
Browse files

typo

parent f0ade8c9
Loading
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
source "https://rubygems.org"
image: ruby:2.7

gem "jekyll"
 No newline at end of file
pages:
  script:
    - gem install bundler
    - bundle install
    - bundle exec jekyll build -d public
  artifacts:
    paths:
      - public

Gemfile

0 → 100644
+3 −0
Original line number Diff line number Diff line
source "https://rubygems.org"

gem "jekyll"
 No newline at end of file