Skip to content

Commit 05bd308

Browse files
ChristopherChristopher
authored andcommitted
cleaned up session 5 homework
1 parent f271929 commit 05bd308

File tree

5 files changed

+221
-177
lines changed

5 files changed

+221
-177
lines changed

build_gh_pages.sh

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
# make the docs
77
make html
88

9-
git checkout gh-pages
9+
# copy to other repo (on the gh-pages branch)
10+
cp -R build/html/ ../gh-pages-version/
1011

11-
cp -R build/html/ ./
12-
git add * # not sure this works...
12+
cd ../gh-pages-version
13+
git add * # in case there are new files added
1314
git commit -a
14-
git push origin gh-pages
15-
git push upstream gh-pages
16-
git checkout master
15+
git push

source/session04.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,8 @@ Text and files and dicts, and...
11191119
---------------------------------
11201120

11211121
* Coding Kata 14 - Dave Thomas
1122-
http://codekata.pragprog.com/2007/01/ kata_fourteen_t.html
1122+
1123+
http://codekata.com/kata/kata14-tom-swift-under-the-milkwood/
11231124

11241125
and in this doc:
11251126

0 commit comments

Comments
 (0)