Forum | Documentation | Website | Blog

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

test PDF build #4

parent 4d38b724
Branches
No related merge requests found
......@@ -13,21 +13,12 @@ before_script:
pages:
stage: deploy
script:
- pip install -U sphinx
- pip install sphinxcontrib-svg2pdfconverter
- pip install latexmk.py
- pip install sphinx_rtd_theme
- sphinx-build -b html . public
- sphinx-build -b latex . public
- pwd
- cd ./public
- pwd
- ls
- make
- mv bbdocs.pdf ./public/
- make html
- make latexpdf
- mv _build/latex/bbdocs.pdf _build/html/bbdocs.pdf
artifacts:
paths:
- public
- _build/html
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