Skip to content

Commit 0df2f13

Browse files
committed
Add CI conf for pages
1 parent 3f3b918 commit 0df2f13

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitlab-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pages:
2+
stage: deploy
3+
script:
4+
- bundle exec jekyll build -d public
5+
artifacts:
6+
paths:
7+
- public
8+
only:
9+
- master
10+

0 commit comments

Comments
 (0)