From 6994bd0387e2866ecacf5f31330c07a610928975 Mon Sep 17 00:00:00 2001 From: mahboobeh Date: Mon, 1 Jun 2020 10:32:10 +0800 Subject: [PATCH] add CI key --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6660d6be04..f87761c7aa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,11 +68,9 @@ commands: name: Install and configure dependencies command: | sudo npm install -g gh-pages@2.0.1 - git config user.email "ci-build@binary.com" - git config user.name "ci-build" - add_ssh_keys: fingerprints: - - "95:22:af:3a:82:d8:21:a5:e1:d9:79:52:89:50:2f:17" + - "01:67:4a:6d:26:9c:70:c4:1a:60:91:88:d9:dd:f0:83" - run: name: Deploy docs to gh-pages branch command: gh-pages -d www --branch << parameters.target_branch >>