From ac96269f7763cdf6db95f3aab7beb6bab1d2bcd3 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Mon, 6 Mar 2023 07:37:33 +0000 Subject: [PATCH] Fix web working directory --- .github/workflows/firebase-hosting-pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index a67a862..2007864 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -9,8 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - working-directory: web - - run: 'yarn build' + working-directory: web + run: 'yarn build' - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}'