EOL-RalphHightower
EOL-RalphHightower copied to clipboard
PR#126 – fatal: pathspec 'Accounts.pdf' did not match any files
for f in markdown/*.md; do
echo $f # debug
FILE_NAME=$(basename "$f" | sed 's/.md//g')
echo $FILE_NAME # debug
# pandoc --standalone \ # --template styles/chmduquesne.tex \
# --from markdown --to context \
# --variable papersize=letter \
# --verbose \ # debug
# --output output/${FILE_NAME}.tex $f
# mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
pandoc --standalone --from markdown --to pdf --output output/${FILE_NAME}.pdf $f
git add ${FILE_NAME}.pdf
done
shell: /usr/bin/bash -e {0}
markdown/Accounts.md
Accounts
fatal: pathspec 'Accounts.pdf' did not match any files
Error: Process completed with exit code 12[8](https://github.com/RalphHightower/EOL-RalphHightower/actions/runs/12673869770/job/35321205288#step:6:8).
Okay, that's different.
Originally posted by @RalphHightower in https://github.com/RalphHightower/EOL-RalphHightower/issues/126#issuecomment-2578127746