Skip to content

Commit 0eda2f9

Browse files
committed
Fix pretty docs
1 parent c19f881 commit 0eda2f9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,10 @@ jobs:
539539
keys:
540540
- prettydocs-yarn-2-cache-v8--{{ checksum "yarn.lock" }}
541541
name: Restore Yarn cache
542+
- run:
543+
command: |
544+
yarn install
545+
name: Install
542546
- save_cache:
543547
key: prettydocs-yarn-2-cache-v8--{{ checksum "yarn.lock" }}
544548
name: Save Yarn cache

0 commit comments

Comments
 (0)