From 7d9c67bb3006f1459c0e5633d7ab5fae4e974cda Mon Sep 17 00:00:00 2001 From: Sean V Kelley Date: Sun, 29 Jan 2017 03:03:30 -0800 Subject: [PATCH] doc: Remove log file from script Signed-off-by: Sean V Kelley --- doc/ghdeploydoxy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/ghdeploydoxy.sh b/doc/ghdeploydoxy.sh index 4804f1f..d898090 100644 --- a/doc/ghdeploydoxy.sh +++ b/doc/ghdeploydoxy.sh @@ -100,7 +100,6 @@ if [ -d "html-out" ] && [ -f "html-out/index.html" ]; then git reset --soft $CURRENTCOMMIT # Move HEAD back to where it was # Move doxy files into local gh-pages branch folder - mv ../../doxygen.log . mv ../../html-out/* . # Need to create a .nojekyll file to allow filenames starting with an underscore -- 2.11.0