Forum | Documentation | Website | Blog

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

test PDF build #2

parent d470ed70
Branches
Tags
No related merge requests found
Pipeline #337 failed with stage
in 2 minutes and 44 seconds
......@@ -19,6 +19,7 @@ cscope.*
.cache
_build/*
build/*
public/*
.*project
.settings
......
......@@ -18,8 +18,13 @@ pages:
- pip install latexmk.py
- pip install sphinx_rtd_theme
- sphinx-build -b html . public
- sphinx-build -M latexpdf . public
- mv public/latex/bbdocs.pdf ./public/
- sphinx-build -b latex . public
- pwd
- cd ./public
- make
- pwd
- ls
- mv bbdocs.pdf ./public/
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