From 90d68ea19294928387f8b5d7f963b7539a8c8249 Mon Sep 17 00:00:00 2001 From: Siarhei Bareika Date: Mon, 17 Mar 2025 10:46:08 +0100 Subject: [PATCH] ci: enable build step in Azure Static Web Apps workflow and skip app build command --- .../azure-static-web-apps-white-meadow-0907f6903.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 e23c0d97..f8204ba5 100644 --- a/.github/workflows/azure-static-web-apps-white-meadow-0907f6903.yml +++ b/.github/workflows/azure-static-web-apps-white-meadow-0907f6903.yml @@ -31,8 +31,8 @@ jobs: - name: Install dependencies run: pnpm install - # - name: Build - # run: pnpm run build + - name: Build + run: pnpm run build - name: Build And Deploy id: builddeploy @@ -40,7 +40,7 @@ jobs: with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WHITE_MEADOW_0907F6903 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) - app_build_command: 'pnpm run build' + skip_app_build: true 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