From a7887249d870b3347b06fb6155c8ab87a89b92b7 Mon Sep 17 00:00:00 2001 From: Erik Golinelli Date: Tue, 12 Dec 2023 20:11:28 +0100 Subject: [PATCH] chore --- .github/workflows/tsDoc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tsDoc.yml b/.github/workflows/tsDoc.yml index 0eb8097..4b68289 100644 --- a/.github/workflows/tsDoc.yml +++ b/.github/workflows/tsDoc.yml @@ -32,10 +32,10 @@ jobs: - name: TypeDoc Action uses: erikyo/tsdoc-action@v1 with: - source_dir: ./libs/* + source_dir: ./lib/* output_dir: ./docs - front_page: README.md skipErrorChecking: true + front_page: readme.md - name: Setup Pages uses: actions/configure-pages@v3