Sync docs from master to gh-pages

This commit is contained in:
Dave Syer
2016-02-04 18:55:46 +00:00
parent 90aa42e68b
commit 155236ac7f
2 changed files with 838 additions and 264 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash -x
git remote add docs https://github.com/spring-cloud/spring-cloud-static
git remote | grep docs || git remote add docs https://github.com/spring-cloud/spring-cloud-static
if ! (git fetch docs && git checkout --track docs/gh-pages); then
if ! (git fetch docs && git checkout --track docs/gh-pages || git checkout gh-pages); then
echo "No gh-pages, error"
exit 1
fi

File diff suppressed because it is too large Load Diff