reg/.github/workflows/toc.yml
Jess Frazelle 6d5526bfa4
update to github actiions
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
2019-11-19 22:41:52 -08:00

16 lines
365 B
YAML

on:
push:
branches:
- master # Push events on master branch
name: Table of Contents Generator
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- name: TOC Generator
uses: technote-space/toc-generator@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_PATHS: "README.md"