chore: Add typedoc.

This commit is contained in:
Ruben Verborgh
2020-12-19 22:01:15 +01:00
parent 6077cc1f4c
commit 370b830cbe
5 changed files with 129 additions and 6 deletions

View File

@@ -72,3 +72,13 @@ jobs:
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm ci --ignore-scripts
- run: npm run docs