From d4bdef0eb5d623e8113fd31801fd6baeae764f97 Mon Sep 17 00:00:00 2001 From: Shams mosowi Date: Tue, 24 Mar 2020 17:55:06 +0800 Subject: [PATCH] setting working directory --- .github/workflows/firebase_hosting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase_hosting.yml b/.github/workflows/firebase_hosting.yml index e74d8639..455ef4fc 100644 --- a/.github/workflows/firebase_hosting.yml +++ b/.github/workflows/firebase_hosting.yml @@ -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