Skip to content

Commit

Permalink
docs: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisShark committed Dec 11, 2023
1 parent a5e3d94 commit 2b58efa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,13 @@ jobs:
run: |
chmod +x generate_toc_for_readme.sh
./generate_toc_for_readme.sh
- name: Commit TOC updates
run: |
git config --global user.name 'LouisShark'
git config --global user.email '[email protected]'
git add TOC.md
git commit -m "docs: Update TOC.md"
git push origin HEAD:main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2b58efa

Please sign in to comment.