From 45896232c6a30485491c43a33fd897e65fc7fe5b Mon Sep 17 00:00:00 2001 From: Erik Golinelli Date: Tue, 12 Dec 2023 18:28:21 +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 31ead94..3ae0388 100644 --- a/.github/workflows/tsDoc.yml +++ b/.github/workflows/tsDoc.yml @@ -1,5 +1,5 @@ # Simple workflow for deploying static content to GitHub Pages -name: JSDoc Action +name: TypeDoc generation on: release: @@ -32,7 +32,7 @@ jobs: - name: TypeDoc Action uses: erikyo/tsdoc-action@v1 with: - source_dir: ./src/* + source_dir: ./libs/* output_dir: ./docs front_page: README.md