Skip to content

Commit

Permalink
fix: build node instead workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jul 15, 2024
1 parent bfd1bcf commit 2275d30
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 @@ -13,8 +13,8 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
- run: |
yarn
yarn docs
cd packages/node && yarn && yarn build
cd ../.. && yarn docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 2275d30

Please sign in to comment.