Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
burnt-exe authored Jun 1, 2024
1 parent c65340b commit c8ad40e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to GitHub Pages
name: Deploy to Firebase Hosting

on:
push:
Expand Down Expand Up @@ -45,5 +45,4 @@ jobs:
- name: Deploy to Firebase Hosting
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
run: |
firebase deploy --only hosting
run: firebase deploy --only hosting

0 comments on commit c8ad40e

Please sign in to comment.