mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
docs: experiment with removing insecure ssh fingerprint
This commit is contained in:
parent
c298e98002
commit
16523fa1fc
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue