root pipeline script for building gitlab pages site

This commit is contained in:
shockrah 2020-07-05 15:18:39 -07:00
parent 3ac517e5ee
commit cb014a4ebf

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
image: pandoc/core
pages:
script:
- ./build-html.sh
artifacts:
paths:
-public
only:
master