root pipeline script for building gitlab pages site
This commit is contained in:
parent
3ac517e5ee
commit
cb014a4ebf
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
|
Loading…
Reference in New Issue
Block a user