Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from claustra01/fix/yaml-file-name
Browse files Browse the repository at this point in the history
workflowの微修正
  • Loading branch information
claustra01 authored Aug 5, 2024
2 parents 717e89d + 38353e2 commit 64a85b6
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
name: Deploy to Firebase Hosting
name: deploy

on:
push:
branches:
- main

jobs:
build_and_deploy:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- run: npm install && npm run build
- run: |
npm install
npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 64a85b6

Please sign in to comment.