Skip to content

Commit

Permalink
ci: fix docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Feb 22, 2024
1 parent d0329aa commit 5e13a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: oven-sh/setup-bun@v1
- name: Generate API doc
run: bun x typedoc
- name: Copy index.d.ts
run: cp index.d.ts build/docs/
- name: Copy index.js
run: cp index.js build/docs/

Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"visibilityFilters": {},
"navigationLinks": {
"GitHub": "https://github.com/szkiba/xk6-faker"
},
"sidebarLinks": {
"Example": "http://example.com"
}
}
}

0 comments on commit 5e13a0e

Please sign in to comment.