Fix web working directory

This commit is contained in:
Fergal Moran
2023-03-06 07:42:12 +00:00
parent 8023b8f9a8
commit abefba8f5c
2 changed files with 2 additions and 4 deletions

View File

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

View File

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