From 7d071f023ab0c8c96dbdbfe58abb7122d03796ab Mon Sep 17 00:00:00 2001 From: Tristan Huet Date: Wed, 11 Dec 2024 16:11:35 +0100 Subject: [PATCH] fix: [FIXUP] --- .../azure-static-web-apps-nice-wave-0f618f503.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-nice-wave-0f618f503.yml b/.github/workflows/azure-static-web-apps-nice-wave-0f618f503.yml index 1b70498e7..d879e9939 100644 --- a/.github/workflows/azure-static-web-apps-nice-wave-0f618f503.yml +++ b/.github/workflows/azure-static-web-apps-nice-wave-0f618f503.yml @@ -28,9 +28,7 @@ jobs: cache: 'yarn' - name: Install dependencies run: yarn workspaces focus --all || yarn install - - name: Build webapp package - run: yarn build - - name: Deploy + - name: Build & Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 with: @@ -39,9 +37,10 @@ jobs: action: "upload" ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig - skip_app_build: true - app_location: "build" # App source code path + app_location: "/" # App source code path api_location: "api" # Api source code path - optional + output_location: "build" # Built app content directory - optional + app_build_command: "yarn build" ###### End of Repository/Build Configurations ###### close_pull_request_job: