You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See PR #11 for an example of how you can iterate multiple files in one Action. The exact details of what you do are up to us, but you have access to a shell with pandoc available to script the batch conversion however you like.
Hi there,
I'm currently using Pandoc's docker in a Github action and it's working really well, thanks a lot for providing this opportunity!
I'm currently converting a single markdown file into latex using something like this :
I would like to do this for multiple files, i. e. convert bar.md to bar.tex, baz.md to bar.tex and so forth and so on.
I tried the following but Github is complaining about the sequence...
Any pointers on how I could do this would be greatly appreciated! Thanks a lot!
The text was updated successfully, but these errors were encountered: