aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravisBot <>2017-09-21 23:46:05 +0000
committerTravisBot <>2017-09-21 23:46:05 +0000
commitad666428488d3c800ca18d877dad803bf18b8168 (patch)
treefde13f8d7aa332b31f6a140e76501a364be44c9f
parent1a8ec165031af3b860028ef1b360acc8e7baf9e6 (diff)
downloadYAGE-ad666428488d3c800ca18d877dad803bf18b8168.tar.gz
YAGE-ad666428488d3c800ca18d877dad803bf18b8168.zip
Rebuilding documentation
-rwxr-xr-xscripts/update_docs4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/update_docs b/scripts/update_docs
index f1ba2ba9..6993184e 100755
--- a/scripts/update_docs
+++ b/scripts/update_docs
@@ -9,7 +9,9 @@ if [[ "$TRAVIS_BRANCH" == "master" ]]; then
git remote add upstream "https://$GH_TOKEN@github.com/ymherklotz/YAGE.git"
git fetch upstream
git reset upstream/gh-pages
- git add -A
+ touch .
+ git add -A .
git commit -m "Rebuilding documentation"
git push -q upstream HEAD:gh-pages
+ cd ..
fi