From d00e52ea2ed1344ff0b177e5f41bf668e473c12c Mon Sep 17 00:00:00 2001 From: novlan1 <1576271227@qq.com> Date: Mon, 26 Sep 2022 16:39:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E7=94=9F=E6=88=90=E7=9A=84bash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- generateDocs.sh | 2 -- 1 file changed, 2 deletions(-) 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.