Add footnotes section.

This commit is contained in:
Kevin Deldycke
2020-09-01 16:40:17 +02:00
parent a49b83fe53
commit d8db15ad0c
2 changed files with 5 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: Remove blacklisted TOC entries
# See: https://github.com/sindresorhus/awesome-lint/blob/v0.13.0/rules/toc.js#L15-L20
run: |
gawk -i inplace '!/^- \[(Contribute|Contributing|Licence|License)\]\(#.+\)$/{print}' ./readme.md
gawk -i inplace '!/^- \[(Contribute|Contributing|Licence|License|Footnotes)\]\(#.+\)$/{print}' ./readme.md
- name: Commit and push changes
uses: stefanzweifel/git-auto-commit-action@v4.4.1
with: