|
|
|
@ -27,8 +27,8 @@ 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: "/" # App source code path
|
|
|
|
|
api_location: "api" # Api source code path - optional
|
|
|
|
|
app_location: "quiz-app" # App source code path
|
|
|
|
|
api_location: "" # Api source code path - optional
|
|
|
|
|
output_location: "" # Built app content directory - optional
|
|
|
|
|
###### End of Repository/Build Configurations ######
|
|
|
|
|
|
|
|
|
|