Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 29, 2023
1 parent d2517f1 commit fc5098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: npm run build
- run: npm run type-check
- run: mkdir -p docs
- run: npm install typedoc@0.22.2 typescript -g
- run: npm install typedoc@0.23.28 typescript -g
- run: typedoc src/server.ts --name sgo --out docs/type

- run: cp -rp img docs
Expand Down

0 comments on commit fc5098c

Please sign in to comment.