Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 490f536b authored by Jason Kridner's avatar Jason Kridner
Browse files

gitlab-build.sh: fix argument passing to do_build

parent c56e24ef
No related merge requests found
......@@ -54,7 +54,7 @@ HERE
echo "**** make html ****"
# Build and serve HTML
make html BUILDDIR=public/$VER_DIR $1
make html BUILDDIR=public/$VER_DIR $@
mv public/$VER_DIR/html/* public/$VER_DIR/
echo "**** make latexpdf ****"
......
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