We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e131f2 commit 497391aCopy full SHA for 497391a
.gitlab-ci.yml
@@ -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
@@ -98,6 +98,11 @@ because that's the name of this project.
98
If you plan to deploy this as user pages, the deployed branch is "master"
99
and baseurl is configured to '' (i.e. empty).
100
101
+Using Gitlab Pages
102
+==================
103
104
+A basic .gitlab-ci.yml is provided with this project.
105
106
Comment Systems
107
===============
108
0 commit comments