Skip to content

Commit

Permalink
Merge pull request #454 from kamiazya/fix-typedoc-ci
Browse files Browse the repository at this point in the history
Fix typedoc ci
  • Loading branch information
kamiazya authored Oct 25, 2021
2 parents 53ba989 + 7695ca5 commit b3072cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typedoc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
typedoc-version:
- latest
- '~0.21.0'
- '~0.22.0'
steps:
- uses: actions/checkout@v1
- name: Use Node.js
Expand All @@ -38,4 +38,4 @@ jobs:
yarn link typedoc-plugin-mermaid
yarn run typedoc --plugin typedoc-plugin-mermaid \
--out docs \
src
src/hello-world.ts

0 comments on commit b3072cf

Please sign in to comment.