From df514dac2c27923520fac36bd8b34cbc178b5be7 Mon Sep 17 00:00:00 2001 From: mahboobeh Date: Fri, 22 May 2020 13:05:28 +0800 Subject: [PATCH] add CI key --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 00c9287df6..0c127ac42a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,11 +68,11 @@ commands: name: Install and configure dependencies command: | sudo npm install -g gh-pages@2.0.1 - git config user.email "mahboub.meng@gmail.com" - git config user.name "mahboobeh-binary" + git config user.email "ci-build@binary.com" + git config user.name "ci-build" - add_ssh_keys: fingerprints: - - "c1:1d:89:74:e5:aa:8f:1b:19:43:e3:b5:2d:48:78:94" + - "a7:37:be:b5:d6:ba:e5:5c:5e:b5:a7:7e:d3:fa:fc:77" - run: name: Deploy docs to gh-pages branch command: gh-pages -d www --branch << parameters.target_branch >>