Changed order of params for gh-md-toc
This commit is contained in:
parent
78fdace28a
commit
58f4e02ab0
2
.github/workflows/update-tocs.yml
vendored
2
.github/workflows/update-tocs.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
if [[ "$file" != *.md ]]; then
|
if [[ "$file" != *.md ]]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
./gh-md-toc --insert --no-backup --hide-footer --indent 2 $file
|
./gh-md-toc --indent 2 --insert --no-backup --hide-footer $file
|
||||||
done
|
done
|
||||||
rm gh-md-toc
|
rm gh-md-toc
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user