We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3b918 commit 0df2f13Copy full SHA for 0df2f13
.gitlab-ci.yml
@@ -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