Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 23f0a77a authored by Jason Kridner's avatar Jason Kridner
Browse files

fix path to pdf

parent da248c11
No related merge requests found
......@@ -19,7 +19,7 @@ pages_main:
script:
- sphinx-build -b html . public/latest
- sphinx-build -M latexpdf . public/latest
- mv public/latex/bbdocs.pdf public/latest
- mv public/latest/latex/bbdocs.pdf public/latest
- cp redirect.html public/index.html
artifacts:
paths:
......@@ -32,7 +32,7 @@ pages_branch:
script:
- sphinx-build -b html . public/$CI_COMMIT_REF_NAME
- sphinx-build -M latexpdf . public/$CI_COMMIT_REF_NAME
- mv public/latex/bbdocs.pdf public/$CI_COMMIT_REF_NAME
- mv public/$CI_COMMIT_REF_NAME/latex/bbdocs.pdf public/$CI_COMMIT_REF_NAME
artifacts:
paths:
- public
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment