Browse Source

Install redcarpet

Achilleas Pipinellis 9 năm trước cách đây
mục cha
commit
9b1f11ca6e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -3,6 +3,7 @@ pages:
   image: ruby:2.1
   script:
   - gem install jekyll
+  - gem install redcarpet
   - jekyll build -d public
   artifacts:
     paths: