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