Skip to content

Commit 6e2cd54

Browse files
authored
Merge pull request #671 from semaphore-protocol/ci/docs
Build libraries before generating docs Former-commit-id: 2d81f20
2 parents fab5c3d + dd57c27 commit 6e2cd54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install dependencies
2222
run: yarn
2323

24+
- name: Build libraries
25+
run: yarn build:libraries
26+
2427
- name: Generate doc website
2528
run: yarn docs
2629

0 commit comments

Comments
 (0)