Skip to content

Commit

Permalink
fix(ci): add dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Dec 2, 2024
1 parent f3b2653 commit f1fdbb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
- name: Generate Licenses File
run: bun run generate:licenses

- name: Install Docs Dependencies
working-directory: docs
run: bun install

- name: Generate Docs
run: bun run generate:docs

Expand Down

0 comments on commit f1fdbb8

Please sign in to comment.