Skip to content

Commit

Permalink
chore: fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yamashita-kenngo committed Jul 14, 2024
1 parent c19ce21 commit a90000b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.4
- run: pnpm install && pnpm build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.4
- run: pnpm install && pnpm build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit a90000b

Please sign in to comment.