Skip to content

Regenerate Table of Contents #4

Regenerate Table of Contents

Regenerate Table of Contents #4

name: Regenerate Table of Contents
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'npm'
- run: npm i -g doctoc --no-package-lock # Install DocToc https://www.npmjs.com/package/doctoc
- run: doctoc README.md # Process the file and regenerate its ToC