Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkatIT committed Nov 9, 2023
1 parent 1e63669 commit 23a6938
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/update-toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update TOC
on:
push:
branches:
- main
- main # Adjust the branch name as needed

jobs:
update-toc:
Expand All @@ -26,5 +26,4 @@ jobs:
git add README.md
git diff-index --quiet HEAD || git commit -m "Update TOC"
git push origin main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 23a6938

Please sign in to comment.