docs: experiment with removing insecure ssh fingerprint

This commit is contained in:
Pedro Alves 2022-05-04 11:08:46 +01:00
parent c298e98002
commit 16523fa1fc

View file

@ -32,9 +32,9 @@ jobs:
npm install -g --silent gh-pages@2.0.1 npm install -g --silent gh-pages@2.0.1
git config user.email "ci-build@pta2002.com" git config user.email "ci-build@pta2002.com"
git config user.name "ci-build" git config user.name "ci-build"
- add_ssh_keys: # - add_ssh_keys:
fingerprints: # fingerprints:
- ef:e9:c6:bf:56:b5:58:f9:3b:b7:e0:bf:ca:b9:d7:75 # - ef:e9:c6:bf:56:b5:58:f9:3b:b7:e0:bf:ca:b9:d7:75
- run: - run:
name: Deploy docs to gh-pages branch name: Deploy docs to gh-pages branch
command: gh-pages --dist doc --message "[skip ci] Docs update" command: gh-pages --dist doc --message "[skip ci] Docs update"