Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Rabah committed Nov 25, 2024
1 parent 817b764 commit f88b8ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ jobs:
convert_via_pandoc:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
- run:
mkdir output
- name: Generat pdf
uses: docker://pandoc/latex

- uses: docker://pandoc/latex
with:
args: --output=output/Referentiel-ECOCONCEPTION.pdf --metadata-file pandoc-assets/meta.yml --pdf-engine xelatex --metadata-file pandoc-assets/meta.yml --template pandoc-assets/templates/eisvogel.tex --from markdown+yaml_metadata_block+raw_html+rebase_relative_paths introduction/*.md strategie/*.md ux/*.md ui/*.md code/*.md architecture/*.md

Expand Down

0 comments on commit f88b8ba

Please sign in to comment.