feat: workflow

This commit is contained in:
LouisShark 2023-12-26 16:48:24 +08:00
parent 1bcc3cde6c
commit 3de8b25699

View file

@ -29,7 +29,7 @@ jobs:
run: |
git config --global user.name 'LouisShark'
git config --global user.email 'mshark.louis@gmail.com'
git add TOC.md
git add .
git commit -m "docs: Update TOC.md" || echo "No changes to commit"
git pull --rebase
git push origin HEAD:main