Skip to content

Commit

Permalink
upgrade typedoc (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Sep 12, 2021
1 parent d936236 commit 405295e
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 138 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
with:
node-version: 14
# Render typedoc
# Using custom branch to workaround: https://github.com/TypeStrong/typedoc/issues/1585
- run: npm install && git clone --depth 1 https://github.com/cspotcode/typedoc --branch patch-2 && pushd typedoc && npm install && npm run build || true && popd && ./typedoc/bin/typedoc
- run: npm install && npx typedoc
# Render docusaurus and deploy website
- run: |
set -euo pipefail
Expand Down
174 changes: 39 additions & 135 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"rimraf": "^3.0.0",
"semver": "^7.1.3",
"throat": "^6.0.1",
"typedoc": "^0.20.28",
"typedoc": "^0.22.3",
"typescript": "4.3.5",
"typescript-json-schema": "^0.42.0",
"util.promisify": "^1.0.1"
Expand Down Expand Up @@ -172,5 +172,9 @@
},
"prettier": {
"singleQuote": true
},
"volta": {
"node": "16.9.1",
"npm": "6.14.15"
}
}

0 comments on commit 405295e

Please sign in to comment.