root pipeline script for building gitlab pages site
This commit is contained in:
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
image: pandoc/core
|
||||||
|
|
||||||
|
pages:
|
||||||
|
script:
|
||||||
|
- ./build-html.sh
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
-public
|
||||||
|
only:
|
||||||
|
master
|
||||||
Reference in New Issue
Block a user