From 74b22f3f8c57f4488b7e9f77d901e68756a14b89 Mon Sep 17 00:00:00 2001 From: oesteban Date: Wed, 6 Nov 2019 09:48:54 -0800 Subject: [PATCH] maint(docs): test new deploy key --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b5c5f77b372..43d3d7abc4f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -429,10 +429,10 @@ jobs: git config user.name "ci-build" - add_ssh_keys: fingerprints: - - "45:a6:cb:50:27:5a:c7:39:4c:1f:aa:2c:0f:87:8a:a6" + - "6b:ba:eb:a8:cb:f7:67:eb:9b:5d:54:91:e8:b3:98:16" - run: name: Deploy docs to gh-pages branch - command: gh-pages --dotfiles --message "[skip ci] Updates" --dist docs/_build/html + command: gh-pages --dotfiles --message "doc(update) [skip ci]" --dist docs/_build/html workflows: @@ -522,5 +522,3 @@ workflows: - /master/ tags: only: /.*/ - -