Skip to content

Commit

Permalink
feat: update website build
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed Apr 21, 2024
1 parent bb41257 commit 4a72879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
uses: erikyo/tsdoc-action@v1
with:
basePath: ./
options: typedoc.json
entrypoint: src/index.ts
out_dir: website

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"build:tsup": "tsup",
"build:stats": "bun run scripts/stats.ts",
"build:imports": "bun run scripts/imports.ts",
"build:website": "typedoc --basePath ./ --options typedoc.json",
"build:website": "typedoc --basePath ./ --entryPoints src/index.ts --out website",
"test": "vitest run --typecheck",
"test:coverage": "vitest run --coverage",
"check": "bunx @biomejs/biome check --apply ./"
Expand Down

0 comments on commit 4a72879

Please sign in to comment.