We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc1a63 commit ff52848Copy full SHA for ff52848
update-website.sh
@@ -34,11 +34,6 @@ git submodule update --init --recursive
34
git config user.name "Travis-CI"
35
git config user.email "travis@no.reply"
36
37
-# If there is a new version of the master branch
38
-if git status | grep patterns > /dev/null 2>&1
39
-then
40
- # it should be committed
41
- git add .
42
- git commit -m ":sparkles: :up: Automagic Update via Travis-CI"
43
- git push --quiet "https://${GH_TOKEN}:x-oauth-basic@github.com/iluwatar/java-design-patterns-web.git" gh-pages > /dev/null 2>&1
44
-fi
+git add .
+git commit -m ":sparkles: :up: Automagic Update via Travis-CI"
+git push --quiet "https://${GH_TOKEN}:x-oauth-basic@github.com/iluwatar/java-design-patterns-web.git" master > /dev/null 2>&1
0 commit comments