pandoc-action-example icon indicating copy to clipboard operation
pandoc-action-example copied to clipboard

using the pandoc document converter on GitHub Actions

Results 11 pandoc-action-example issues
Sort by recently updated
recently updated
newest added

Would it be possible to call the pandoc command from a shell? I have a build script written in python that calls pandoc over some files through the subprocess module.

question

When using the docker action of pandoc the following error occurs: ```yaml - run: | mkdir public echo "FILELIST=$(printf '"%s" ' src/sections/*.md)" >> $GITHUB_ENV - name: Build Report to HTML...

documentation

This goes through each folder and outputs any md files to docx. Github Actions then makes the output directory a zipped download. Developed during problem solving, posted it on https://stackoverflow.com/a/65091856/2257093...

I'm trying to implement an action to use pandoc on markdown files in my repository. The files are in subdirectories, e.g., ```basj . repo ├──seminar1 ├──slides.md ├──seminar2 ├── slides.md ```...

I have the following GitHub work flow as a test and it fails, with the error `pdflatex not found` when invoked using `act workflow_dispatch --container-architecture=linux/amd64`. ``` name: Compile PDF on:...

When setting `runs-on` to `macos-14` the build fails with the following error message: I am not exactly sure what causes this issue but I suspect the `INSTALLER_SUFFIX` to be the...

I have [made](https://github.com/larsgw/pandoc-reader-sdd) a Lua reader which uses `xml2lua`. Is it possible to use that in GitHub Actions?

As promised update to documentation referencing issue in https://github.com/pandoc/dockerfiles/issues/212

When setting up a new action, GitHub offers a couple of workflows ready for use. By search with keyword `pandoc`, there however is no example yet which would either +...

Hi. I'm forced to use a Windows runner for a pipeline and the instructions in this repository do not work. Here's a MWE: This pipeline fails, producing the error message...