mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix pipeline
This commit is contained in:
2
.github/workflows/firebase_hosting.yml
vendored
2
.github/workflows/firebase_hosting.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
cmd: install # will run `yarn install` command
|
||||
- uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: build # will run `yarn install` command
|
||||
cmd: cd www; build # will run `yarn install` command
|
||||
- uses: w9jds/firebase-action@master
|
||||
with:
|
||||
args: deploy --only hosting
|
||||
|
||||
Reference in New Issue
Block a user