Skip to content

Commit 98999c4

Browse files
authored
DOCS-4123: Fix typdoc error (#581)
1 parent 2e4e3cf commit 98999c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/linkcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
project: DOCS
5656
issuetype: Bug
5757
summary: Broken link detected in TS docs
58-
description: "For more info see https://github.com/viamrobotics/viam-typsescript-sdk/actions/runs/${{ env.GITHUB_RUN_ID }}."
58+
description: "For more info see https://github.com/viamrobotics/viam-typescript-sdk/actions/runs/${{ env.GITHUB_RUN_ID }}."
5959
- name: Log created Jira issue
6060
if: failure()
61-
run: echo "Issue ${{ steps.create.outputs.issue }} was created"
61+
run: echo "Issue ${{ steps.create.outputs.issue }} was created"

.htmltest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ IgnoreDirectoryMissingTrailingSlash: false
66
IgnoreURLs:
77
- "app.viam.com"
88
- "http://joda-time.sourceforge.net"
9+
- "https://typedoc.org/"
910
IgnoreDirs:
1011
- "lib"
1112
CacheExpires: "6h"

0 commit comments

Comments
 (0)