Skip to content
Snippets Groups Projects
Unverified Commit 65668415 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

add pages

parent b382510d
No related branches found
No related tags found
No related merge requests found
Pipeline #61166 passed with stages
in 1 minute
......@@ -121,4 +121,22 @@ pages:
- "public"
only:
- master
needs: []
\ No newline at end of file
needs: []
pages_pdf:
needs: []
before_script:
- echo "Nothing"
when: manual
stage: build
image: zoo.smok.co/build/build:pages
script:
- cd docs
- make latexpdf
- cd ..
- mv docs/_build/latex/*.pdf .
artifacts:
paths:
- "*.pdf"
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