Skip to content

Commit

Permalink
fix(.github): Fix docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro587 committed Sep 18, 2024
1 parent 7764114 commit f1bd329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
node-version: 20
cache: "yarn"

- name: Install dependencies
run: yarn
- name: Install website dependencies
run: yarn --cwd website install

- name: Build docs
run: yarn --cwd website build
Expand Down

0 comments on commit f1bd329

Please sign in to comment.