Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tyson-benson committed Sep 19, 2021
1 parent 044b816 commit 6167aca
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -27,9 +27,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
app_location: "gatsby" # App source code path
api_location: "api" # Api source code path - optional
output_location: "gatsby/public" # Built app content directory - optional
output_location: "public" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down

0 comments on commit 6167aca

Please sign in to comment.