Fix web working directory

This commit is contained in:
Fergal Moran
2023-03-06 07:36:48 +00:00
parent 41246c89cc
commit 1481da47ba

View File

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