Fix working directory

This commit is contained in:
Fergal Moran
2023-03-06 07:44:16 +00:00
parent 140a08f18f
commit 66ebf66b58

View File

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