We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e253e29 commit bc198b2Copy full SHA for bc198b2
.circleci/config.yml
@@ -21,7 +21,11 @@ jobs:
21
- add_ssh_keys:
22
fingerprints:
23
# repo-specific deploy key
24
- - "6f:c2:ae:f9:8e:45:e9:17:82:ea:d0:8b:66:93:11:88"
+ # generate via `ssh-keygen -t ed25519 -C "[email protected]"`
25
+ # Public key goes here: https://github.com/darklang/docs/settings/keys
26
+ # Private key goes here: https://app.circleci.com/settings/project/github/darklang/docs/ssh
27
+ # Fingerprint from CircleCI goes below
28
+ - "91:e9:87:60:10:f7:ad:a1:af:42:62:09:78:e7:b3:f0"
29
- checkout
30
- run:
31
name: Deploying to GitHub Pages
0 commit comments