diff --git a/generateDocs.sh b/generateDocs.sh index 0369ffff..29e91af4 100644 --- a/generateDocs.sh +++ b/generateDocs.sh @@ -41,8 +41,6 @@ echo "" > .nojekyll echo 'Copying generated JSDoc code documentation...' cp -R ../docs/* ./ ; -# echo "" > index.html - ################################################################################ ##### Upload the documentation to the gh-pages branch of the repository. ##### # Only upload if JSDoc successfully created the documentation.