Skip to content

Commit

Permalink
docs: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sAleksovski committed Nov 19, 2024
1 parent 9caa231 commit 8f75ef2
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 @@ -14,8 +14,8 @@ jobs:
- name: Install and Build 🔧
run: |
yarn install
yarn --cwd example install
yarn --cwd docs install
yarn install --cwd example
yarn install --cwd docs
yarn --cwd docs build
- name: Deploy 🚀
Expand Down

0 comments on commit 8f75ef2

Please sign in to comment.