Skip to content

Remove typedoc theme #4

Remove typedoc theme

Remove typedoc theme #4

Workflow file for this run

name: Build and deploy API docs
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: yarn install --frozen-lockfile
- name: Build docs
run: yarn typedoc
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./__typedoc__