Skip to content

Commit 9655f9a

Browse files
committed
fix: 修复ci
1 parent 196e368 commit 9655f9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ jobs:
2222
build:
2323
<<: *defaults
2424
steps:
25+
- add_ssh_keys:
26+
fingerprints:
27+
- "a1:c4:67:ea:2c:dd:d8:f8:b0:f8:ab:84:fe:fa:de:b0"
2528
- attach_workspace:
2629
at: ~/repo
2730
- restore_cache:
2831
keys:
2932
- v1-dependencies-{{ checksum "package.json" }}
30-
- v1-dependencies-
33+
- v1-dependencies-
3134
- run: ls -al
3235
- run: npm run docs:build
3336
- run: ls -al

0 commit comments

Comments
 (0)