diff --git a/.github/workflows/tsDoc.yml b/.github/workflows/tsDoc.yml index 4b68289..e3bfdb7 100644 --- a/.github/workflows/tsDoc.yml +++ b/.github/workflows/tsDoc.yml @@ -32,10 +32,9 @@ jobs: - name: TypeDoc Action uses: erikyo/tsdoc-action@v1 with: - source_dir: ./lib/* + source_dir: ./src/**/* output_dir: ./docs - skipErrorChecking: true - front_page: readme.md + darkHighlightTheme: dark-plus - name: Setup Pages uses: actions/configure-pages@v3