We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 #126 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Okay, that's different.
Originally posted by @RalphHightower in #126 (comment)
The text was updated successfully, but these errors were encountered: