Skip to content

Commit a6dc094

Browse files
committed
Update typedoc.json
1 parent e6e1a65 commit a6dc094

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
name: Build Docusaurus
10+
name: Build Docs
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727
- name: Upload Build Artifact
2828
uses: actions/upload-pages-artifact@v3
2929
with:
30-
path: build
30+
path: docs
3131

3232
deploy:
3333
name: Deploy to GitHub Pages

typedoc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"tsconfig": "tsconfig.json",
2+
"tsconfig": "tsconfig.build.json",
33
"entryPoints": ["src/index.ts"],
44
"entryPointStrategy": "resolve",
5-
"exclude": ["bin/*", "docs/*", "tests/*", "**/*.config.ts", "**/*.d.ts"],
65
"out": "docs",
76
"plugin": ["typedoc-github-theme"]
87
}

0 commit comments

Comments
 (0)