Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 80255ee6 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

test PDF build #7

parent cc3bbcbb
Branches
No related merge requests found
......@@ -16,12 +16,12 @@ before_script:
pages:
stage: deploy
script:
- make html
- make latexpdf
- mv _build/latex/bbdocs.pdf _build/html/bbdocs.pdf
- sphinx-build -b html . public
- sphinx-build -M latexpdf . public
- mv public/latex/bbdocs.pdf public
artifacts:
paths:
- _build/html
- public
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
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