From 32618bad0832eec53f6c446f6d67f6bc87231f6a Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Mon, 6 Mar 2023 07:57:06 +0000 Subject: [PATCH] Fix dir --- .github/workflows/firebase-hosting-pull-request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index a445246..d5fabff 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -3,6 +3,9 @@ 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 }}'