Skip to content

Commit 305c39c

Browse files
thervejirikuncar
andauthored
Set name in typedoc (#520)
Co-authored-by: Jiri Kuncar <[email protected]>
1 parent 0810377 commit 305c39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build documentation
2424
run: |
2525
yarn install
26-
yarn run typedoc --out docs --readme README.md .
26+
yarn run typedoc --out docs --readme README.md --name datadog-api-client-typescript .
2727
2828
- name: Compress docs
2929
run: tar czf docs.tar.gz docs

0 commit comments

Comments
 (0)