Skip to content

Commit

Permalink
Make sure hatch is installed for building
Browse files Browse the repository at this point in the history
  • Loading branch information
taybenlor committed Dec 28, 2024
1 parent 6c311c7 commit b9d1145
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Hatch
uses: pypa/hatch@install
- run: "npm run build:deploy"
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Hatch
uses: pypa/hatch@install
- run: "npm run build:deploy"
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit b9d1145

Please sign in to comment.