This commit is contained in:
Shams mosowi
2020-03-24 18:03:47 +08:00
parent 6512b5c0d6
commit 8841bc88be

View File

@@ -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