Skip to content

Commit

Permalink
Update TypeDoc Action configuration in GitHub Workflow
Browse files Browse the repository at this point in the history
The configuration for the TypeDoc Action within the GitHub Workflow has been updated. The source directory has been changed from 'lib/*' to 'src/**/*', the 'skipErrorChecking' and 'front_page' parameters have been removed, and 'darkHighlightTheme' has been added. This streamlines the process and enhances the documentation's visual presentation
  • Loading branch information
erikyo committed Dec 14, 2023
1 parent af2bef1 commit 1b21030
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tsDoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b21030

Please sign in to comment.