Skip to content

Commit

Permalink
updating typedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
tambien committed Apr 25, 2024
1 parent f7a39b8 commit 96c1fdd
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: All tests
run: npm run test
test-code-examples:
name: Test inline typedoc examples
name: Check @examples
permissions:
contents: read
id-token: write
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Code example tests
run: npm run test:examples
test-html-examples:
name: Test HTML Examples
name: Run HTML Examples
permissions:
contents: read
id-token: write
Expand Down
97 changes: 57 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"tmp-promise": "^2.1.1",
"ts-loader": "^7.0.5",
"ts-node": "^8.10.2",
"typedoc": "^0.23.24",
"typedoc": "^0.25.13",
"typescript": "^4.4.4",
"ua-parser-js": "^0.7.31",
"webpack": "^5.65.0",
Expand Down

0 comments on commit 96c1fdd

Please sign in to comment.