OSDN Git Service

doc: Remove log file from script
authorSean V Kelley <seanvk@posteo.de>
Sun, 29 Jan 2017 11:03:30 +0000 (03:03 -0800)
committerSean V Kelley <seanvk@posteo.de>
Sun, 29 Jan 2017 11:03:33 +0000 (03:03 -0800)
Signed-off-by: Sean V Kelley <seanvk@posteo.de>
doc/ghdeploydoxy.sh

index 4804f1f..d898090 100644 (file)
@@ -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