Skip to content

correct typos, try to get Actions syntax right #3

correct typos, try to get Actions syntax right

correct typos, try to get Actions syntax right #3

Workflow file for this run

on:
push:
paths: "team/talks/**"
jobs:
convert_via_pandoc:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: docker://pandoc/latex:2.9
- name: Generate talk slides
working-directory: ./team/talks
with:
args: -s --dpi=300 --slide-level 2 --toc --listings --shift-heading-level=0 --columns=50 -t beamer 100_days.md -o 100_days.pdf
- uses: actions/upload-artifact@v3
with:
name: 100_days.pdf
path: 100_days.pdf