Skip to content

Commit

Permalink
Install deps before gen:docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Jan 13, 2025
1 parent d825475 commit 07bed06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
corepack enable
corepack prepare [email protected] --activate
- name: Install dependencies
run: yarn install

- name: Run the gen:docs command
run: yarn gen:docs

Expand Down

0 comments on commit 07bed06

Please sign in to comment.