Skip to content

Commit

Permalink
Update firebase-hosting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
G100my committed Jul 21, 2023
1 parent b00a81a commit 3ec2c87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/firebase-hosting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ on:
jobs:
build_and_preview:
runs-on: ubuntu-latest
steps:
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
env: ACTIONS_STEP_DEBUG: ${{ secrets.ACTIONS_STEP_DEBUG }}

- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit 3ec2c87

Please sign in to comment.