From 3e656b8c4462b01819a67021408e7e2bf3713c59 Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Thu, 26 Oct 2023 15:34:41 -0400 Subject: [PATCH] docs: Use typedoc without args so it uses config entrypoints --- .github/workflows/typedoc_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typedoc_deploy.yml b/.github/workflows/typedoc_deploy.yml index bdfe9d7..b39b8f2 100644 --- a/.github/workflows/typedoc_deploy.yml +++ b/.github/workflows/typedoc_deploy.yml @@ -20,7 +20,7 @@ jobs: - run: yarn run build - name: Create the docs directory locally in CI - run: npx typedoc src/index.ts + run: npx typedoc - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.1.4