Fix working directory

This commit is contained in:
Fergal Moran
2023-03-06 07:43:31 +00:00
parent a73bc8ae1a
commit 140a08f18f

View File

@@ -3,6 +3,9 @@ name: Deploy to Firebase Hosting on merge
push: push:
branches: branches:
- develop - develop
defaults:
run:
working-directory: web
jobs: jobs:
build_and_deploy: build_and_deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest