Fix web working directory

This commit is contained in:
Fergal Moran
2023-03-06 07:40:27 +00:00
parent 2acf37adc6
commit 8023b8f9a8

View File

@@ -3,9 +3,6 @@
name: Deploy to Firebase Hosting on PR name: Deploy to Firebase Hosting on PR
'on': pull_request 'on': pull_request
defaults:
run:
working-directory: web
jobs: jobs:
build_and_preview: build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}' if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'