diff options
Diffstat (limited to '.github/workflows/firebase-hosting-merge.yml')
| -rw-r--r-- | .github/workflows/firebase-hosting-merge.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 4872417..cb4bddd 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -9,6 +9,9 @@ name: Deploy to Firebase Hosting on merge jobs: build_and_deploy: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./frontend steps: - uses: actions/checkout@v2 - run: npm run build |