Skip to content

Commit

Permalink
Merge pull request #9 from devdanielsun/devdanielsun-patch-1
Browse files Browse the repository at this point in the history
Update azure-static-web-apps-witty-forest-0d354f403.yml
  • Loading branch information
devdanielsun authored Dec 20, 2023
2 parents 4aac633 + ae7864b commit 2237173
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: "/pollor.client" # App source code path
api_location: "" # Api source code path - optional
output_location: "dist/pollor.client" # Built app content directory - optional
app_location: ${{ env.APP_LOCATION }} # App source code path
api_location: ${{ env.API_LOCATION }} # Api source code path - optional
output_location: ${{ env.OUTPUT_LOCATION }} # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down

0 comments on commit 2237173

Please sign in to comment.