Skip to content

Merge branch 'main' of https://github.com/CSharper63/tb_iscs_lorawan #13

Merge branch 'main' of https://github.com/CSharper63/tb_iscs_lorawan

Merge branch 'main' of https://github.com/CSharper63/tb_iscs_lorawan #13

Workflow file for this run

name: Convert to pdf

Check failure on line 1 in .github/workflows/pandoc.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pandoc.yml

Invalid workflow file

`tag` is not a valid event name
on: tag
jobs:
convert_via_pandoc:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Create output folder
id: files_list
run: |
mkdir output # create output dir
- uses: docker://pandoc/extra:latest
with:
args: --listings -V geometry:a4paper,margin=2.5cm -V lang=fr-CH --pdf-engine=xelatex --template https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template/master/eisvogel.tex README.md --output=output/result.pdf ${{ steps.files_list.outputs.files }}
- uses: actions/upload-artifact@v3
with:
name: output
path: output