Skip to content

docs: Use typedoc without args so it uses config entrypoints #10

docs: Use typedoc without args so it uses config entrypoints

docs: Use typedoc without args so it uses config entrypoints #10

# https://github.com/TypeStrong/typedoc/issues/1485#issuecomment-889376169
name: Typedoc Deploy
on: [push, pull_request]
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn run build
- name: Create the docs directory locally in CI
run: npx typedoc
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs