Skip to content

Commit 877f061

Browse files
authored
Merge pull request #129 from jofas/enhanced_github_action_documentation
Fix for #128: Documentation enhancement for Github Actions
2 parents ffd5cbc + e3b0c48 commit 877f061

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ jobs:
361361
- run: |
362362
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/0.8.0/gh-md-toc -o gh-md-toc
363363
chmod a+x gh-md-toc
364-
./gh-md-toc --insert --no-backup foo.md
364+
./gh-md-toc --insert --no-backup --hide-footer foo.md
365+
rm gh-md-toc
365366
- uses: stefanzweifel/git-auto-commit-action@v4
366367
with:
367368
commit_message: Auto update markdown TOC

0 commit comments

Comments
 (0)