add gitlab build script for plmlab
This commit is contained in:
parent
bf34e8e676
commit
a9992f2a5f
|
@ -0,0 +1,11 @@
|
||||||
|
image: "alpine:latest"
|
||||||
|
before_script:
|
||||||
|
- "apk add --no-cache make python3 py3-markdown py3-jinja2"
|
||||||
|
pages:
|
||||||
|
script:
|
||||||
|
- "make site.tgz"
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- "public"
|
||||||
|
rules:
|
||||||
|
- if: "$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH"
|
Loading…
Reference in New Issue