Skip to content

Commit

Permalink
Merge pull request #90 from dmytro587/fix-docs-workflow
Browse files Browse the repository at this point in the history
Fix docs workflow
  • Loading branch information
microshine authored Sep 18, 2024
2 parents 7764114 + f1bd329 commit 9f85563
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 9f85563

Please sign in to comment.