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
Convert to docx using pandoc. Currently there are issues with setting the working directory / pointing pandoc to included files and figures that aren't in the pandoc working directory
Add PDF builds to a tagged release. Only upload as workflow artefacts for intermediate tags (vX.x.x) and upload as release for minor tags (vX.x)
The text was updated successfully, but these errors were encountered:
pandoc --resource-path only works for figures -> can resolve Could not fetch resource ... but not Could not load include file ...
rebase_relative_paths extension not supported for latex
It appears that using pandoc on complex latex structures with \includeed files only supports calling pandoc from the Main.tex directory.
However, the pandoc action / container doesn't have a working directory parameter, and the GH actions working-directory option doesn't work for uses steps.
Solution as described more generally in pandoc/pandoc-action-example#11: change docker container entrypoint and cd before running pandoc.
Putting this of for now.
The text was updated successfully, but these errors were encountered: