Skip to content

Commit

Permalink
Update azure-static-web-apps-purple-stone-0a8e5c41e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler authored Feb 6, 2024
1 parent c3e0238 commit 7426f16
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ 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: "public" # Built app content directory - optional
# skip_app_build: true # site was built in previous stage
skip_api_build: true # api is written in js, no build needed
app_location: 'docs/public'
api_location: 'docs/api'
output_location: ''
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down

0 comments on commit 7426f16

Please sign in to comment.