From 8023b8f9a855847f6ad5f037ffa36003be7cc30d Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Mon, 6 Mar 2023 07:40:27 +0000 Subject: [PATCH] Fix web working directory --- .github/workflows/firebase-hosting-pull-request.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index f538784..c7b8952 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -3,9 +3,6 @@ name: Deploy to Firebase Hosting on PR 'on': pull_request -defaults: - run: - working-directory: web jobs: build_and_preview: if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'