Skip to content

Commit

Permalink
Add .gitlab-ci.yml to support gitlab pages
Browse files Browse the repository at this point in the history
  • Loading branch information
scotte committed Feb 15, 2018
1 parent 4e131f2 commit 497391a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
image: ruby:2.3

pages:
script:
- gem install jekyll jekyll-paginate jekyll-sitemap
- jekyll build -d public
artifacts:
paths:
- public
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ because that's the name of this project.
If you plan to deploy this as user pages, the deployed branch is "master"
and baseurl is configured to '' (i.e. empty).

Using Gitlab Pages
==================

A basic .gitlab-ci.yml is provided with this project.

Comment Systems
===============

Expand Down

0 comments on commit 497391a

Please sign in to comment.