Skip to content

Commit

Permalink
Update auto_gen_toc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMa0012 committed Jul 17, 2024
1 parent 453ae44 commit 21639fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_gen_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- 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
./gh-md-toc --insert --no-backup --hide-footer README.md
rm -f ./gh-md-toc
- 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_CN.md
./gh-md-toc --insert --no-backup --hide-footer README_CN.md
rm -f ./gh-md-toc
- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit 21639fe

Please sign in to comment.