diff --git a/.github/workflows/main_dibbs-demo-site.yml b/.github/workflows/main_dibbs-demo-site.yml index 4bd4dce7..d5a20ca5 100644 --- a/.github/workflows/main_dibbs-demo-site.yml +++ b/.github/workflows/main_dibbs-demo-site.yml @@ -12,6 +12,9 @@ on: jobs: build: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./front-end steps: - uses: actions/checkout@v4 @@ -38,6 +41,9 @@ jobs: deploy: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./front-end needs: build environment: name: 'Production' @@ -59,4 +65,4 @@ jobs: app-name: 'dibbs-demo-site' slot-name: 'Production' package: . - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_D615B933250E4E6F91AA277A73AD6188 }} \ No newline at end of file + publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_D615B933250E4E6F91AA277A73AD6188 }}