mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-13 08:48:26 +00:00
ci: update app location in Azure Static Web Apps workflow to point to build directory
This commit is contained in:
parent
6842a03f92
commit
c60de34c7d
@ -47,9 +47,7 @@ jobs:
|
||||
action: "upload"
|
||||
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
|
||||
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
|
||||
app_location: "./web" # App source code path
|
||||
api_location: "" # Api source code path - optional
|
||||
output_location: "build" # Built app content directory - optional
|
||||
app_location: "./web/build" # App source code path
|
||||
###### End of Repository/Build Configurations ######
|
||||
|
||||
close_pull_request_job:
|
||||
|
Loading…
Reference in New Issue
Block a user