diff --git a/.github/workflows/tsDoc.yml b/.github/workflows/tsDoc.yml index 3ae0388..0eb8097 100644 --- a/.github/workflows/tsDoc.yml +++ b/.github/workflows/tsDoc.yml @@ -35,6 +35,7 @@ jobs: source_dir: ./libs/* output_dir: ./docs front_page: README.md + skipErrorChecking: true - name: Setup Pages uses: actions/configure-pages@v3