From de0bc62ca502b98cae9133fa8376c3bfbbbca3cc Mon Sep 17 00:00:00 2001 From: Antoine Smet Date: Thu, 19 Sep 2024 11:37:11 +0200 Subject: [PATCH] 1st prod --- .../workflows/azure-static-web-apps-happy-sand-020cbb203.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-happy-sand-020cbb203.yml b/.github/workflows/azure-static-web-apps-happy-sand-020cbb203.yml index 9d3d12a..b77ebf3 100644 --- a/.github/workflows/azure-static-web-apps-happy-sand-020cbb203.yml +++ b/.github/workflows/azure-static-web-apps-happy-sand-020cbb203.yml @@ -44,7 +44,7 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: "upload" app_location: "assistantweb" # App source code path - output_location: "assistantweb/dist" # Built app content directory + output_location: "dist" # Built app content directory close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed'