Skip to content

v8.13.3

v8.13.3 #81

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 }}