Forum | Documentation | Website | Blog

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

WIP: Fix directory not emptry issue

parent c21616f9
Branches
No related merge requests found
......@@ -38,6 +38,9 @@ HERE
echo "**** Updating $PAGES_URL/$VER_DIR ****"
# Clean build directory
make clean BUILDDIR=public/$VER_DIR
# Build and serve HTML
make html BUILDDIR=public/$VER_DIR
mv public/$VER_DIR/html/* public/$VER_DIR/
......
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