mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-05 14:20:33 -04:00
docs: update workflow
This commit is contained in:
parent
a5e3d94386
commit
2b58efab18
1 changed files with 10 additions and 0 deletions
10
.github/workflows/build-toc.yaml
vendored
10
.github/workflows/build-toc.yaml
vendored
|
@ -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 'mshark.louis@gmail.com'
|
||||
git add TOC.md
|
||||
git commit -m "docs: Update TOC.md"
|
||||
git push origin HEAD:main
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue