Skip to content

Commit

Permalink
Update Compile_manual.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andr1976 authored Dec 22, 2024
1 parent 955651b commit 1653a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Compile_manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
mkdir output # create output dir
- uses: docker://rstropek/pandoc-latex
with:
args: --toc --filter pandoc-crossref --citeproc --bibliography=docs/references.bib --top-level-division=chapter --number-sections --listings --template https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template/master/eisvogel.tex --output=output/Test.pdf Manual.md
args: --toc --filter pandoc-crossref --citeproc --bibliography=docs/references.bib --top-level-division=chapter --number-sections --listings --template https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template/v2.4.0/eisvogel.tex --output=output/Test.pdf Manual.md
#-v "/home/runner/work/HydDown/HydDown":"/github/workspace" --toc --filter pandoc-crossref --citeproc --bibliography=references.bib --top-level-division=chapter --resource-path=.:/home/runner/work/HydDown/HydDown/docs --data-dir=templates --number-sections --listings
- name: update local copy # Move the generated files into output folder
run: |
Expand Down

0 comments on commit 1653a76

Please sign in to comment.