Skip to content

Commit

Permalink
Merge pull request #671 from semaphore-protocol/ci/docs
Browse files Browse the repository at this point in the history
Build libraries before generating docs

Former-commit-id: 2d81f20
  • Loading branch information
cedoor authored Feb 28, 2024
2 parents fab5c3d + dd57c27 commit 6e2cd54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: yarn

- name: Build libraries
run: yarn build:libraries

- name: Generate doc website
run: yarn docs

Expand Down

0 comments on commit 6e2cd54

Please sign in to comment.