Skip to content

Commit 497391a

Browse files
committed
Add .gitlab-ci.yml to support gitlab pages
1 parent 4e131f2 commit 497391a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitlab-ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
image: ruby:2.3
2+
3+
pages:
4+
script:
5+
- gem install jekyll jekyll-paginate jekyll-sitemap
6+
- jekyll build -d public
7+
artifacts:
8+
paths:
9+
- public

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ because that's the name of this project.
9898
If you plan to deploy this as user pages, the deployed branch is "master"
9999
and baseurl is configured to '' (i.e. empty).
100100

101+
Using Gitlab Pages
102+
==================
103+
104+
A basic .gitlab-ci.yml is provided with this project.
105+
101106
Comment Systems
102107
===============
103108

0 commit comments

Comments
 (0)