Skip to content

Commit d13adb7

Browse files
ManaiakalaniCopilot
andcommitted
fix: skip Oryx build for static site
Azure SWA Oryx detected package.json and tried npm build. Added skip_app_build: true since this is a plain static site. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a2fd71a commit d13adb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/azure-static-web-apps-gray-smoke-07ceed71e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
app_location: "/" # App source code path
3333
api_location: "" # Api source code path - optional
3434
output_location: "/" # Built app content directory - optional
35+
skip_app_build: true
3536
###### End of Repository/Build Configurations ######
3637

3738
close_pull_request_job:

0 commit comments

Comments
 (0)