Forum | Documentation | Website | Blog

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

Update build script

parent 8f197a63
No related merge requests found
...@@ -6,6 +6,7 @@ stages: ...@@ -6,6 +6,7 @@ stages:
pages: pages:
stage: deploy stage: deploy
script: script:
- pip install sphinx_design
- sphinx-build -b html . public - sphinx-build -b html . public
- sphinx-build -M latexpdf . public - sphinx-build -M latexpdf . public
- mv public/latex/beagleboard-docs.pdf public/ - mv public/latex/beagleboard-docs.pdf 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