pse-documentation/00-pflichtenheft/.gitlab-ci.yml

16 lines
196 B
YAML
Raw Permalink Normal View History

2024-05-24 17:42:08 +02:00
image: texlive/texlive
pages:
script:
- mkdir public
- make
- mv pflichtenheft.pdf public
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH