Skip to content

Commit 91a085d

Browse files
committed
Update script
1 parent ff52848 commit 91a085d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

update-website.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ cd java-design-patterns-web
2929

3030
# Init and update submodule to latest
3131
git submodule update --init --recursive
32+
cd 30-seconds-of-java
33+
git pull origin master
34+
cd ../patterns
35+
git pull origin master
36+
cd ../programming-principles
37+
git pull origin gh-pages
38+
cd ..
3239

3340
# Setup Git
3441
git config user.name "Travis-CI"

0 commit comments

Comments
 (0)