mirror of
https://gitlab.com/fabinfra/fabaccess/lastenheft.git
synced 2025-03-12 06:41:48 +01:00
14 lines
172 B
YAML
14 lines
172 B
YAML
image: raabf/latex-versions:texlive2019
|
|
|
|
pages:
|
|
tags:
|
|
- docker
|
|
script:
|
|
- chmod +x build.sh
|
|
- ./build.sh
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- master
|