Skip to content

Commit b03c0d7

Browse files
committed
Optimized the deploy script (shallow clone)
1 parent 9ab8c02 commit b03c0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitbook-build-deploy-site.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ call gitbook install
66

77
call gitbook build . --log=debug --debug
88

9-
git clone https://github.com/SoftUni/Programming-Basics-Book-Python-BG -b gh-pages _gh-pages
9+
git clone --depth 1 https://github.com/SoftUni/Programming-Basics-Book-Python-BG -b gh-pages _gh-pages
1010

1111
xcopy /s /y _book _gh-pages
1212

0 commit comments

Comments
 (0)