Skip to content

v3.1.0

v3.1.0 #4

Workflow file for this run

name: TypeDoc
on:
workflow_dispatch:
release:
types: [published]
jobs:
typedoc:
# Documentation: https://github.com/zakodium/workflows#typedoc
uses: zakodium/workflows/.github/workflows/typedoc.yml@typedoc-v1
with:
entry: 'src/index.js'
secrets:
github-token: ${{ secrets.BOT_TOKEN }}