diff --git a/.github/workflows/azure-staticwebapp.yml b/.github/workflows/azure-staticwebapp.yml index fcf4fd4..7b93c7b 100644 --- a/.github/workflows/azure-staticwebapp.yml +++ b/.github/workflows/azure-staticwebapp.yml @@ -23,7 +23,7 @@ on: env: APP_LOCATION: "dist" # location of your client code API_LOCATION: "" # location of your api source code - optional - APP_ARTIFACT_LOCATION: "/" # location of client code build output + APP_ARTIFACT_LOCATION: "" # location of client code build output AZURE_STATIC_WEB_APPS_API_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }} # secret containing deployment token for your static web app SKIP_APP_BUILD: true