aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-22 00:39:33 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-22 00:39:33 +0100
commit6425186693e4c7d1ec54b5e4d1cab2008cb97f55 (patch)
treefde13f8d7aa332b31f6a140e76501a364be44c9f /scripts
parent7b51dfc52d8d9367926431294c23944a09f8acb6 (diff)
downloadYAGE-6425186693e4c7d1ec54b5e4d1cab2008cb97f55.tar.gz
YAGE-6425186693e4c7d1ec54b5e4d1cab2008cb97f55.zip
added deploy script
Diffstat (limited to 'scripts')
-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