Skip to content

Fix typings export (#139) #170

Fix typings export (#139)

Fix typings export (#139) #170

Workflow file for this run

name: API Docs
on:
push:
branches:
- main
jobs:
Generate-Docs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Install
run: |
npm i
- name: Generate docs
run: |
npm run docs