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 866691b commit 7e97a37Copy full SHA for 7e97a37
.circleci/config.yml
@@ -108,6 +108,9 @@ jobs:
108
name: "Built documentation is available at:"
109
command: echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
110
111
+ - add_ssh_keys:
112
+ fingerprints:
113
+ - "78:13:59:08:61:a9:e5:09:af:df:3a:d8:89:c2:84:c0"
114
- deploy:
115
name: "Deploy new docs"
116
command: ./.circleci/deploy-docs.sh
0 commit comments