From 703cce35a871c78a5e3f1c33abf7fe788e2bbda5 Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Thu, 15 Sep 2016 10:05:18 +0800 Subject: [PATCH] Enable docs update. (#78) Just forget to add deploy_key to this repository. --- paddle/scripts/travis/docs.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/paddle/scripts/travis/docs.sh b/paddle/scripts/travis/docs.sh index 432277a0156..c2a4809d75b 100755 --- a/paddle/scripts/travis/docs.sh +++ b/paddle/scripts/travis/docs.sh @@ -59,8 +59,5 @@ chmod 600 deploy_key eval `ssh-agent -s` ssh-add deploy_key -# Temporarily disable automatic doc deployment due to permission issue. -exit 0 - # Push git push $SSH_REPO $TARGET_BRANCH -- GitLab