From 16523fa1fc36f7121722f0625d716d47efce051f Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Wed, 4 May 2022 11:08:46 +0100 Subject: [PATCH] docs: experiment with removing insecure ssh fingerprint --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d72395f6..0b30b416 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,9 +32,9 @@ jobs: npm install -g --silent gh-pages@2.0.1 git config user.email "ci-build@pta2002.com" git config user.name "ci-build" - - add_ssh_keys: - fingerprints: - - ef:e9:c6:bf:56:b5:58:f9:3b:b7:e0:bf:ca:b9:d7:75 + # - add_ssh_keys: + # fingerprints: + # - ef:e9:c6:bf:56:b5:58:f9:3b:b7:e0:bf:ca:b9:d7:75 - run: name: Deploy docs to gh-pages branch command: gh-pages --dist doc --message "[skip ci] Docs update"