mirror of
https://github.com/LouisShark/chatgpt_system_prompt.git
synced 2025-07-05 06:10:28 -04:00
docs: update workflow
This commit is contained in:
parent
2b58efab18
commit
f10fcd0c7b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-toc.yaml
vendored
2
.github/workflows/build-toc.yaml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
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 commit -m "docs: Update TOC.md" || echo "No changes to commit"
|
||||
git push origin HEAD:main
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue