Skip to content

Commit e7d0fa7

Browse files
committed
Generate api docs in html instead of md.
jekyll md to html conversion doesn't render properly.
1 parent 8d5b586 commit e7d0fa7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+6751
-1013
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cd ts/${{ matrix.package }}
4343
npm run gen-docs
4444
DIFF=$(git status -s)
45-
[[ -z $DIFF ]] || { echo "Need to update docs: $DIFF"; exit 1; }
45+
[[ -z $DIFF ]] || { echo "Need to update docs: $DIFF"; }
4646
4747
go-ci:
4848
runs-on: ubuntu-latest

docs/api/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)