Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/readme-toc.yml')
-rw-r--r--.github/workflows/readme-toc.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/readme-toc.yml b/.github/workflows/readme-toc.yml
new file mode 100644
index 0000000..b4c1298
--- /dev/null
+++ b/.github/workflows/readme-toc.yml
@@ -0,0 +1,12 @@
+name: Generate README TOC
+
+on:
+ pull_request:
+ branches: "*"
+
+jobs:
+ generateTOC:
+ name: Generate TOC
+ runs-on: ubuntu-latest
+ steps:
+ - uses: technote-space/toc-generator@v4