We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928d520 commit 52b1ee7Copy full SHA for 52b1ee7
.gitignore
@@ -26,3 +26,6 @@ _book
26
27
# PyCharm
28
.idea/*
29
+
30
+# GitHub Pages deployment folder
31
+_gh-pages
gitbook-build-deploy-site.cmd
@@ -6,11 +6,11 @@ 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 https://github.com/SoftUni/Programming-Basics-Book-Python-BG -b gh-pages _gh-pages
10
11
-xcopy /s /y _book gh-pages
+xcopy /s /y _book _gh-pages
12
13
-cd gh-pages
+cd _gh-pages
14
15
git add .
16
0 commit comments