From e6d0e95ddce02801653584c10867101bead0de5b Mon Sep 17 00:00:00 2001 From: Abdullah Alassaf Date: Wed, 4 Sep 2024 01:07:31 +0300 Subject: [PATCH] Updated github workflowf file --- .../azure-static-web-apps-salmon-ocean-0c2902310.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-salmon-ocean-0c2902310.yml b/.github/workflows/azure-static-web-apps-salmon-ocean-0c2902310.yml index 59699a36..f67ed4ec 100644 --- a/.github/workflows/azure-static-web-apps-salmon-ocean-0c2902310.yml +++ b/.github/workflows/azure-static-web-apps-salmon-ocean-0c2902310.yml @@ -40,9 +40,9 @@ jobs: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ZEALOUS_MUSHROOM_0D31A3303 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: "upload" - app_location: "build/web" # App source code path + app_location: "/build/web" # App source code path api_location: "" # Api source code path - optional - output_location: "build/web" # Built app content directory - optional + output_location: "/build/web" # Built app content directory - optional close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed'