www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 655920424522fc868a3b2678fbff6d21b5d08f11
parent 6b28bd0213b66ec381ffdfaa6b9ac2117f5f25d1
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon, 20 Mar 2017 20:13:01 +0100

Fix script

Diffstat:
Mauto-push-gh-pages.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auto-push-gh-pages.sh b/auto-push-gh-pages.sh @@ -18,7 +18,7 @@ else git config --global user.email "$(git log --format="%aE" HEAD -1)" # SSH configuration - mkdir ~/.ssh + mkdir -p ~/.ssh chmod 700 ~/.ssh set +x if openssl aes-256-cbc -K $encrypted_8fdb34b09f5e_key -iv $encrypted_8fdb34b09f5e_iv -in travis-deploy-key-id_rsa.enc -out ~/.ssh/travis-deploy-key-id_rsa -d >/dev/null 2>&1; then