Skip to content

Commit

Permalink
chore: update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 30, 2021
1 parent 3ce6cda commit f97ed00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- run: npm install
- run: npm run build
- run: npm run type-check
- run: mkdir -p docs
- run: npm install typedoc@0.22.2 typescript -g
- run: typedoc src/server.ts --name sgo
- run: typedoc src/server.ts --name sgo --out docs/type

- run: npm i markdown-to-html-cli -g
- run: markdown-to-html --output docs/index.html
Expand Down

0 comments on commit f97ed00

Please sign in to comment.