Skip to content

(#4 #5) rework template #1

(#4 #5) rework template

(#4 #5) rework template #1

Workflow file for this run

---
name: Update TOC
on:
push:
branches: [main]
paths: ['README.md']
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4.2.2
- run: |
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc
chmod a+x gh-md-toc
./gh-md-toc --insert --no-backup README.md
- uses: stefanzweifel/git-auto-commit-action@v5.1.0
with:
commit_message: Auto update markdown TOC