Skip to content

Commit d530ea3

Browse files
committed
CI: use write-access deploy key for gh-pages push
1 parent 44608a3 commit d530ea3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
docker:
99
- image: cimg/python:3.12-browsers
1010
steps:
11+
- add_ssh_keys:
12+
fingerprints:
13+
- "SHA256:U7MtrRpGxaJO8/JkKkkU5fenqtb7tIQ8Iq4PKZj+aqQ"
1114
- checkout
1215
- run:
1316
name: Set BASH_ENV
@@ -63,9 +66,6 @@ jobs:
6366
cd ..;
6467
6568
# Deploy docs
66-
- add_ssh_keys:
67-
fingerprints:
68-
- "SHA256:U7MtrRpGxaJO8/JkKkkU5fenqtb7tIQ8Iq4PKZj+aqQ"
6969
- run:
7070
name: deploy
7171
command: |

0 commit comments

Comments
 (0)