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

[fix](build): don't need input directory #120

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

RalphHightower
Copy link
Owner

No description provided.

@RalphHightower RalphHightower added the bug Something isn't working label Jan 8, 2025
@RalphHightower RalphHightower self-assigned this Jan 8, 2025
@RalphHightower RalphHightower merged commit 6e0a952 into main Jan 8, 2025
1 of 6 checks passed
@RalphHightower
Copy link
Owner Author

  for f in markdown/*.md; do
    FILE_NAME=$(basename "$f" | sed 's/.md//g')
    pandoc --standalone \ # --template styles/chmduquesne.tex \
      --from markdown --to context \
      --variable papersize=letter \
      --output output/${FILE_NAME}.tex $f
    mtxrun --path=output --result=${FILE_NAME}.pdf --script context ${FILE_NAME}.tex
    git add ${FILE_NAME}.pdf
  done
  shell: /usr/bin/bash -e {0}
pandoc:  #: openBinaryFile: does not exist (No such file or directory)
Error: Process completed with exit code 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant