Forum | Documentation | Website | Blog

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

Fix deploy

parent e6c723bb
Branches
Tags
1 merge request!89Docs updates - chapter restructuring, images, and more
......@@ -57,8 +57,8 @@ HERE
make latexpdf BUILDDIR=public
# echo "**** pdfcpu ****"
# pdfcpu version
# pdfcpu optimize public/latex/beagleboard-docs.pdf
pdfcpu version
pdfcpu optimize public/latex/*.pdf
echo "**** cleanup ****"
mkdir -p public/pdf
......@@ -72,7 +72,7 @@ HERE
mkdir -p public/$VER_DIR/
mv public/html/redir.html public/index.html
mv public/html/* public/$VER_DIR/
mv public/pdf/beagleboard-docs.pdf public/$VER_DIR/
mv public/pdf/*.pdf public/$VER_DIR/
# Update docs.beagleboard.org
if [ "$CI_COMMIT_TAG" != "" ]; then
......
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