Skip to content
New issue

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

PR#126 – fatal: pathspec 'Accounts.pdf' did not match any files #127

Open
RalphHightower opened this issue Jan 8, 2025 · 0 comments
Open

Comments

@RalphHightower
Copy link
Owner

RalphHightower commented Jan 8, 2025

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant