We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b0136 commit 3f1675dCopy full SHA for 3f1675d
gitbook-build-deploy-site.cmd
@@ -6,7 +6,7 @@ call gitbook install
6
7
call gitbook build . --log=debug --debug
8
9
-git clone https://github.com/SoftUni/Programming-Basics-Book-Java-BG -b gh-pages _gh-pages
+git clone --depth 1 https://github.com/SoftUni/Programming-Basics-Book-Java-BG -b gh-pages _gh-pages
10
11
xcopy /s /y _book _gh-pages
12
0 commit comments