Skip to content

Commit

Permalink
add install step for www workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Nov 9, 2023
1 parent 49ebea0 commit 00dd7b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-references.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
- name: Build Packages
run: yarn build

- name: Install Docs dependencies
working-directory: www
run: yarn install

- name: Install Workspace dependencies
run: yarn install
working-directory: docs-util
Expand Down

0 comments on commit 00dd7b5

Please sign in to comment.