Skip to content

Commit

Permalink
fix: update github build
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikstrasser committed Oct 30, 2024
1 parent 7246b60 commit c863819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- run: npm run build -- --preset=firebase
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c863819

Please sign in to comment.