Forum | Documentation | Website | Blog

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

fix project branch macro

parent d53fcf31
Branches
Tags
No related merge requests found
......@@ -38,6 +38,7 @@ HERE
echo "**** Updating $PAGES_URL/$VER_DIR ****"
make clean
make html BUILDDIR=public/$VER_DIR/
make latexpdf BUILDDIR=public/$VER_DIR/
pdfcpu optimize public/$VER_DIR/latex/beagleboard-docs.pdf
......@@ -91,6 +92,7 @@ elif [ "$CI_COMMIT_TAG" != "" ]; then
export VER_DIR=$PROJECT_BRANCH
export PAGES_SLUG=$PROJECT_BRANCH
else
export PROJECT_BRANCH=latest
export VER_DIR=latest
export PAGES_SLUG=latest
fi
......
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