Fix web working directory

This commit is contained in:
Fergal Moran
2023-03-06 07:37:33 +00:00
parent 1481da47ba
commit ac96269f77

View File

@@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- working-directory: web
- run: 'yarn build'
working-directory: web
run: 'yarn build'
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'