Skip to content

Commit 58f4e02

Browse files
authored
Changed order of params for gh-md-toc
1 parent 78fdace commit 58f4e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if [[ "$file" != *.md ]]; then
4040
continue
4141
fi
42-
./gh-md-toc --insert --no-backup --hide-footer --indent 2 $file
42+
./gh-md-toc --indent 2 --insert --no-backup --hide-footer $file
4343
done
4444
rm gh-md-toc
4545

0 commit comments

Comments
 (0)