Skip to content

Commit

Permalink
fix: update example build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Apr 18, 2024
1 parent d3bba98 commit f2149f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
- name: install dependencies
run: pnpm install --frozen-lockfile

- name: build
run: pnpm -F example run build
- name: build package and example page
run: pnpm run build && pnpm -F example run build

- name: setup pages
- name: setup github pages
uses: actions/configure-pages@v4

- name: upload artifact
- name: upload artifacts
uses: actions/upload-pages-artifact@v3
with:
path: "./example/dist/"
Expand Down

0 comments on commit f2149f8

Please sign in to comment.