From ceb103dd3ce1df366e65f47eb800560118a2ed01 Mon Sep 17 00:00:00 2001 From: Kay Robbins Date: Mon, 27 Jul 2026 09:58:36 -0500 Subject: [PATCH] Fixed the typedoc failure in the deploying of docs --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index e169c563..80bd8381 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -35,7 +35,7 @@ jobs: run: npm run build - name: Build documentation - run: npx typedoc --options typedoc.json --tsconfig tsconfig.json + run: npm run docs - name: Upload artifact for deployment uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5