Skip to content
Snippets Groups Projects
Commit b5ac6b52 authored by Hans-Jörg Schurr's avatar Hans-Jörg Schurr
Browse files

Post specification on gitlab pages

parent 604ec90f
No related branches found
No related tags found
No related merge requests found
Pipeline #11881 passed
image: dockershelf/latex:full
stages:
- build
- publish
build:
stage: build
script:
- cd spec
- lualatex -shell-escape -recorder '\def\nocomments{}\input{doc.tex}'
......@@ -14,3 +19,16 @@ build:
paths:
- specification.pdf
pages:
stage: publish
dependencies:
- build
script:
- mkdir public
- cp specification.pdf public/
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment