From a3bedc63453c7ad43a270b5ce6abd206bd20ce18 Mon Sep 17 00:00:00 2001 From: PipeItToDevNull Date: Sat, 2 Nov 2024 22:07:37 -0400 Subject: [PATCH] remove leading / --- .github/workflows/azure-swa.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/azure-swa.yml b/.github/workflows/azure-swa.yml index a1fbb5f..b35d664 100644 --- a/.github/workflows/azure-swa.yml +++ b/.github/workflows/azure-swa.yml @@ -31,6 +31,8 @@ jobs: - name: Build And Deploy id: builddeploy + env: + CI: false uses: Azure/static-web-apps-deploy@v1 with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }} @@ -39,7 +41,7 @@ jobs: ###### 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 app_location: "/swa" # App source code path - output_location: "/build" # Built app content directory - optional + output_location: "build" # Built app content directory - optional ###### End of Repository/Build Configurations ###### close_pr: