publish compiled pdfs to Gitlab pages
relevant part in .gitlab-ci.yml
:
pages:
script:
- mv latex.out/rt2.pdf public/
artifacts:
paths:
- public # <-- this will be served from
Depends on #2
Edited by Lasse Fröhner
relevant part in .gitlab-ci.yml
:
pages:
script:
- mv latex.out/rt2.pdf public/
artifacts:
paths:
- public # <-- this will be served from
Depends on #2