Skip to content

Commit

Permalink
generate に修正
Browse files Browse the repository at this point in the history
  • Loading branch information
omiend committed Oct 14, 2023
1 parent a0f7f2c commit 4f209e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production-firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install npm modules
run: yarn install
- name: Build app
run: yarn predeploy
run: yarn generate
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install npm modules
run: yarn install
- name: Build app
run: yarn predeploy
run: yarn generate
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit 4f209e4

Please sign in to comment.