ANN: pandoc/actions/[email protected] #10296
tarleb
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Can you add arguments too, like running filters or custom readers/writers present in your repository? Or rather: I suppose you can but how/where can I read how to do it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm happy to announce a new release of pandoc/actions for GitHub Actions. It is a helper to setup pandoc in CI actions and now works on Linux, macOS, and Windows runners.
Usage:
Place this in your workflow YAML to use the latest official pandoc binary:
A specific pandoc version can be chosen via the
version
argument:The sources are here: https://github.com/pandoc/actions
Beta Was this translation helpful? Give feedback.
All reactions