From fe77059573494cffad7947c10f729812aac68ec3 Mon Sep 17 00:00:00 2001 From: Daniel Miradakis <53345819+DMiradakis@users.noreply.github.com> Date: Sat, 10 Jan 2026 15:01:53 -0600 Subject: [PATCH] Changed build script to Docus build script --- .github/workflows/publish-docs-to-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs-to-prod.yml b/.github/workflows/publish-docs-to-prod.yml index f382513..7abb6ac 100644 --- a/.github/workflows/publish-docs-to-prod.yml +++ b/.github/workflows/publish-docs-to-prod.yml @@ -31,7 +31,7 @@ jobs: app_location: "/docs/" # App source code path api_location: "" # Api source code path - optional output_location: ".output/public" # Built app content directory - optional - app_build_command: "npx nuxi generate" + app_build_command: "npm run build" ###### End of Repository/Build Configurations ###### close_pull_request_job: