mirror of
https://gitlab.com/fabinfra/fabaccess/lastenheft.git
synced 2025-03-12 14:51:52 +01:00
14 lines
156 B
YAML
14 lines
156 B
YAML
image: schickling/latex
|
|
|
|
pages:
|
|
tags:
|
|
- docker
|
|
script:
|
|
- chmod +x build.sh
|
|
- ./build.sh
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- master
|