Skip to content

Multiline deprecation reasons are now supported (#169) #72

Multiline deprecation reasons are now supported (#169)

Multiline deprecation reasons are now supported (#169) #72

Workflow file for this run

name: Generate Table Of Contents
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
# Setup
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version-file: '.nvmrc'
cache: 'yarn'
# Build
- run: yarn install --skip-builds
# Generate TOC
- name: Generate Table of Contents
run: ./scripts/toc.sh