Skip to content

Commit

Permalink
chore: properly configure tsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 2, 2024
1 parent be616ae commit 7ae8c5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

docs:
name: Docgen
if: github.event_name == 'pull_request' && false
if: github.event_name == 'pull_request'
uses: sapphiredev/.github/.github/workflows/reusable-yarn-job.yml@main
with:
script-name: docs
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
docgen:
uses: sapphiredev/.github/.github/workflows/reusable-documentation.yml@main
if: false
with:
project-name: framework
secrets:
Expand Down
3 changes: 2 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["src/index.ts"],
"json": "docs/api.json",
"tsconfig": "src/tsconfig.json"
"tsconfig": "src/tsconfig.json",
"excludePrivate": false
}

0 comments on commit 7ae8c5b

Please sign in to comment.