diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b30b416..b0b9d2a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,6 +35,9 @@ jobs: # - add_ssh_keys: # fingerprints: # - ef:e9:c6:bf:56:b5:58:f9:3b:b7:e0:bf:ca:b9:d7:75 + - add_ssh_keys: + fingerprints: + - e6:0d:b3:76:76:d9:e3:93:31:24:a6:49:d7:a2:8f:a3 - run: name: Deploy docs to gh-pages branch command: gh-pages --dist doc --message "[skip ci] Docs update"