Skip to content

Commit

Permalink
updated yml .. removed api and build specified location
Browse files Browse the repository at this point in the history
  • Loading branch information
tideorg committed Nov 25, 2024
1 parent 0e69ba1 commit b01eec9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ 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
output_location: "build" # Built app content directory - optional
app_location: "/" # Ensure this is the root of the repo
api_location: "" # No separate API location
output_location: "" # Use the root directory as the output location
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down

0 comments on commit b01eec9

Please sign in to comment.