mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
wd
This commit is contained in:
2
.github/workflows/firebase_hosting.yml
vendored
2
.github/workflows/firebase_hosting.yml
vendored
@@ -23,9 +23,11 @@ jobs:
|
||||
- uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: install # will run `yarn install` command
|
||||
working-directory: ${{env.working-directory}}
|
||||
- uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: build # will run `yarn install` command
|
||||
working-directory: ${{env.working-directory}}
|
||||
- uses: w9jds/firebase-action@master
|
||||
with:
|
||||
args: deploy --only hosting
|
||||
|
||||
Reference in New Issue
Block a user