github-texify
github-texify copied to clipboard
Doesn't run with unchanged files and push -f
Reproduce:
- Push
test.tex.mdfile in commitTest commit -
git commit --amendthe commitTest committo add another file -
git push -fthe updatedTest commitcommit
Behaviour:
test.md doesn't exist
Exected: It exists
The only work-around I have is to touch all *.tex.md files to make them appear changed, then push them.
I've encountered this issue, too. git commit --amend will get things messed.
I'm hitting this issue again. Any work-around?
Looks like by design it only renders the added/modified files: https://github.com/agurodriguez/github-texify/blob/fee51810cab1dcfca9154cbad344e15a2cf2ead3/src/texify.js#L44