Skip to content

Commit 3c5d927

Browse files
committed
fix: update app_location and output_location in Azure Static Web Apps workflow
1 parent bde33d4 commit 3c5d927

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/azure-static-web-apps-white-hill-0dd101903.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ jobs:
4141
skip_api_build: true
4242
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
4343
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
44-
app_location: '/' # App source code path
44+
# Because we set skip_app_build, app_location must point to the already-built assets.
45+
app_location: 'platform/app/dist' # Built app content directory
4546
api_location: '' # Api source code path - optional
46-
output_location: 'platform/app/dist' # Built app content directory - optional
47+
output_location: '' # Not used when skip_app_build is true
4748
###### End of Repository/Build Configurations ######
4849

4950
close_pull_request_job:

0 commit comments

Comments
 (0)