Fix web working directory

This commit is contained in:
Fergal Moran
2023-03-06 07:34:15 +00:00
parent 375c90b4da
commit 257c773b94
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- working-directory: web
- run: 'yarn build' - run: 'yarn build'
- uses: FirebaseExtended/action-hosting-deploy@v0 - uses: FirebaseExtended/action-hosting-deploy@v0
with: with:

View File

@@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- working-directory: web
- run: 'yarn build' - run: 'yarn build'
- uses: FirebaseExtended/action-hosting-deploy@v0 - uses: FirebaseExtended/action-hosting-deploy@v0
with: with: