From 6842a03f9282c30e2c683043300984ad7c9ebfae Mon Sep 17 00:00:00 2001 From: Siarhei Bareika Date: Mon, 17 Mar 2025 10:47:31 +0100 Subject: [PATCH] ci: set working directory for build and deploy job in Azure Static Web Apps workflow --- .../workflows/azure-static-web-apps-white-meadow-0907f6903.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/azure-static-web-apps-white-meadow-0907f6903.yml b/.github/workflows/azure-static-web-apps-white-meadow-0907f6903.yml index f8204ba5..62afdb27 100644 --- a/.github/workflows/azure-static-web-apps-white-meadow-0907f6903.yml +++ b/.github/workflows/azure-static-web-apps-white-meadow-0907f6903.yml @@ -14,6 +14,9 @@ jobs: if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') runs-on: ubuntu-latest name: Build and Deploy Job + defaults: + run: + working-directory: ./web steps: - uses: actions/checkout@v4 with: