Skip to content

Commit

Permalink
Fix GitHub Actions workflow to correctly build and upload the sandbox…
Browse files Browse the repository at this point in the history
… example site
  • Loading branch information
thetarnav committed Dec 21, 2024
1 parent e3f3da1 commit 0d0ff67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
run: pnpm build

- name: Build site
run: cd examples/sandbox && pnpm build
run: pnpm -dir examples/sandbox build

- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: dist
path: examples/sandbox/dist

deploy:
needs: build
Expand Down

0 comments on commit 0d0ff67

Please sign in to comment.