diff options
Diffstat (limited to 'doc/ghdeploydoxy.sh')
-rw-r--r-- | doc/ghdeploydoxy.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |