docs: split into files

This commit is contained in:
Chen Asraf
2023-04-25 02:16:11 +03:00
committed by Chen Asraf
parent 5a2b187115
commit a4498f9539
10 changed files with 558 additions and 345 deletions

View File

@@ -13,8 +13,8 @@ jobs:
with:
node-version: "18.x"
- run: yarn install --frozen-lockfile
- run: yarn typedoc
- run: yarn build-docs
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_dir: ./docs-gen