Skip to content

Commit 5aea3c7

Browse files
committed
Update app and output locations in deployment config
Updated `app_location` and `output_location` in the `static-web-app.yml` file from `publish/wwwroot` to `output/wwwroot`. This reflects a directory restructuring for the Azure Static Web Apps deployment process. No functional changes were made to the deployment workflow.
1 parent c36c3f3 commit 5aea3c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-web-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_CALM_PLANT_04DA70210 }}
6060
repo_token: ${{ secrets.GITHUB_TOKEN }}
6161
action: "upload"
62-
app_location: "publish/wwwroot"
62+
app_location: "output/wwwroot"
6363
api_location: ""
64-
output_location: "publish/wwwroot"
64+
output_location: "output/wwwroot"
6565
skip_api_build: true
6666
skip_app_build: true
6767

0 commit comments

Comments
 (0)