Skip to content

Commit

Permalink
Try fixing auto-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
de-ich committed Dec 20, 2023
1 parent 125e90a commit e5ad1d0
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@v3
- name: npm install # https://github.com/ElMassimo/vite_ruby/issues/382#issuecomment-1636625281
run: npm install
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
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@v3
- name: npm install # https://github.com/ElMassimo/vite_ruby/issues/382#issuecomment-1636625281
run: npm install
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit e5ad1d0

Please sign in to comment.