Forum | Documentation | Website | Blog

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

Fix HTML build

parent df70598c
No related merge requests found
Pipeline #4514 passed with stages
in 15 minutes
......@@ -38,9 +38,8 @@ HERE
echo "**** Updating $PAGES_URL/$VER_DIR ****"
make clean BUILDDIR=public/$VER_DIR
make html BUILDDIR=public/$VER_DIR
make latexpdf BUILDDIR=public/$VER_DIR
sphinx-build -b html . public/$VER_DIR/
make latexpdf BUILDDIR=public/$VER_DIR/
pdfcpu optimize public/$VER_DIR/latex/beagleboard-docs.pdf
mv public/$VER_DIR/latex/beagleboard-docs.pdf public/$VER_DIR/
rm -rf public/$VER_DIR/latex
......
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