From 670d9d7b034a421ef8f2b8809e8050b7139a7b2a Mon Sep 17 00:00:00 2001 From: Yamiteru Date: Mon, 22 Apr 2024 00:34:18 +0200 Subject: [PATCH] Update website.yml --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 5f8e595..bc8197e 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -39,7 +39,7 @@ jobs: uses: erikyo/tsdoc-action@v1 with: source_dir: ./src/* - entryPoints: index.ts + entryPoints: ./src/index.ts output_dir: ./website - name: Setup Pages