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
No related merge requests found
...@@ -13,21 +13,12 @@ before_script: ...@@ -13,21 +13,12 @@ before_script:
pages: pages:
stage: deploy stage: deploy
script: script:
- pip install -U sphinx - make html
- pip install sphinxcontrib-svg2pdfconverter - make latexpdf
- pip install latexmk.py - mv _build/latex/bbdocs.pdf _build/html/bbdocs.pdf
- 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/
artifacts: artifacts:
paths: paths:
- public - _build/html
rules: rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - 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