setting working directory

This commit is contained in:
Shams mosowi
2020-03-24 17:55:06 +08:00
parent 32f74907f9
commit d4bdef0eb5

View File

@@ -14,7 +14,7 @@ jobs:
firebase-deploy:
# The type of runner that the job will run on
runs-on: ubuntu-latest
env: ./www
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -24,7 +24,7 @@ jobs:
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@v2.0.0
with:
cmd: cd www; build # will run `yarn install` command
cmd: build # will run `yarn install` command
- uses: w9jds/firebase-action@master
with:
args: deploy --only hosting