Skip to content

update intro

update intro #8

Workflow file for this run

on:
push:
branches: [ "lecture" ]
jobs:
export:
name: Export
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install pandoc
run: |
sudo apt-get install pandoc texlive texlive-pictures
- name: Compile
run: |
make README.pdf
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: README
path: README.pdf