Skip to content

move the images, which feels v kludgy #6

move the images, which feels v kludgy

move the images, which feels v kludgy #6

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
with:
args: -s --dpi=300 --slide-level 2 --toc --listings --shift-heading-level=0 --columns=50 -t beamer team/talks/100_days.md -o 100_days.pdf
- uses: actions/upload-artifact@v3
with:
name: 100_days.pdf
path: 100_days.pdf