mirror of
https://gitlab.com/fabinfra/fabaccess/lastenheft.git
synced 2025-03-12 23:01:47 +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
|