Skip to content

Commit

Permalink
move to firebase hosting #2
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffery Orazulike <[email protected]>
  • Loading branch information
logickoder committed Dec 23, 2024
1 parent fffe210 commit 719afd6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: npm ci && npm run build
- uses: pnpm/action-setup@v4
with:
version: 9

- run: pnpm ci && pnpm run build

- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 719afd6

Please sign in to comment.