We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab8c02 commit b03c0d7Copy full SHA for b03c0d7
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-Python-BG -b gh-pages _gh-pages
+git clone --depth 1 https://github.com/SoftUni/Programming-Basics-Book-Python-BG -b gh-pages _gh-pages
10
11
xcopy /s /y _book _gh-pages
12
0 commit comments