Skip to content

Commit

Permalink
name 入れておく
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 10, 2024
1 parent 407d987 commit 4646e74
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
node-version: "18"
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm build
- run: pnpm build
- name: build
run: pnpm build
- name: examples build
run: pnpm build
working-directory: examples
- name: Upload files
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 4646e74

Please sign in to comment.