-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Hi I'm using pandoc/extra image.
I cannot have GitHub action take the eisvogel template into action.
I've located the folder where the eisvogel.latex template is from the DockerFile.
Here is my config trying to call it:
# .github/workflows/build-docs.yml
name: Build Docs PDF
on:
push:
paths:
- "docs/**/*.md"
- ".github/workflows/build-docs.yml"
workflow_dispatch:
jobs:
build-docs:
name: Build Docs
runs-on: ubuntu-latest
steps:
- uses: docker://pandoc/extra:3.7
with:
args: |
--from=markdown \
--template=eisvogel.latex \
-o output/doc.pdf input.mdSince the eisvogel.latex file is in /usr/local/share/pandoc/template/Eisvogel-3.2.0/eisvogel.latex, I've tried setting the full path, but it does not work either.
Any hints ?
Metadata
Metadata
Assignees
Labels
No labels