From 13b33691d7971725c0a5efaeac6c13e05377caef Mon Sep 17 00:00:00 2001 From: Technote Date: Mon, 30 Sep 2019 19:22:14 +0900 Subject: [PATCH] Add action to generate toc https://github.com/technote-space/toc-generator This is a GitHub Action to generate TOC (Table of Contents). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bad43f..381b3b3 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Unlock git-crypt files](https://github.com/sliteteam/github-action-git-crypt-unlock) - [Golang CGO cross compiler](https://github.com/crazy-max/ghaction-xgo) - [Export global environment variables for succeeding build steps](https://github.com/zweitag/github-actions) +- [Generate a table of contents](https://github.com/technote-space/toc-generator) ### Testing and Linting