Skip to content

Commit

Permalink
Merge pull request #11 from Tuti-Project/change_entry_page
Browse files Browse the repository at this point in the history
πŸ› Github Action 였λ₯˜ μˆ˜μ •
  • Loading branch information
changhwan77 authored Feb 21, 2024
2 parents daf1e1c + ccd3eee commit 0435752
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: 3.3.8

- run: flutter upgrade
- run: flutter pub get
- run: flutter build web

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

0 comments on commit 0435752

Please sign in to comment.