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 e299498 commit c1f032b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- run: npm install [email protected] typescript -g
- run: typedoc src/server.ts --name sgo --out docs/type

- run: cp -rp img docs
- run: npm i markdown-to-html-cli -g
- run: markdown-to-html --output docs/index.html
- run: markdown-to-html --source README-zh.md --output docs/index.zh.html
Expand Down

0 comments on commit c1f032b

Please sign in to comment.