gh-actions

This commit is contained in:
neuecc
2020-05-17 02:43:54 +09:00
parent ba65049dd8
commit c5b4376486
4 changed files with 196 additions and 114 deletions

15
.github/workflows/toc.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: TOC Generator
on:
push:
paths:
- 'README.md'
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v2.4.0
with:
TOC_TITLE: "## Table of Contents"