Skip to content

Commit 0eb1d2f

Browse files
authoredMay 27, 2024··
Update azure-static-web-apps-plugged-method.yml
1 parent e6ab024 commit 0eb1d2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/workflows/azure-static-web-apps-plugged-method.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ jobs:
4747
action: "upload"
4848
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
4949
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
50-
app_location: "/" # App source code path
50+
app_location: "build" # App source code path
5151
api_location: "" # Api source code path - optional
52-
output_location: "build" # Built app content directory - optional
52+
output_location: "" # Built app content directory - optional
53+
skip_app_build: true
5354
###### End of Repository/Build Configurations ######
5455

5556
close_pull_request_job:

0 commit comments

Comments
 (0)
Please sign in to comment.