Matboj-Regelwerk/.gitlab-ci.yml

30 lines
451 B
YAML
Raw Normal View History

2022-10-02 10:08:35 +02:00
stages:
- build
- pages
build-document:
stage: build
image:
name: texlive/texlive:latest
2022-10-02 10:08:35 +02:00
script:
- .ci/build_document.sh
artifacts:
paths:
- public/
only:
- tags
- branches
- merge_requests
2022-10-02 10:08:35 +02:00
pages:
stage: pages
artifacts:
paths:
- public/
script:
- echo "Deploying to GitLab pages"
- test -f public/Matboj_Regelwerk.pdf
only:
- main