Changed order of params for gh-md-toc

This commit is contained in:
George 2025-04-14 17:09:00 -03:00 committed by GitHub
parent 78fdace28a
commit 58f4e02ab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ jobs:
if [[ "$file" != *.md ]]; then
continue
fi
./gh-md-toc --insert --no-backup --hide-footer --indent 2 $file
./gh-md-toc --indent 2 --insert --no-backup --hide-footer $file
done
rm gh-md-toc