Skip to content

Merge pull request #4 from alimmeek/patch-2 #14

Merge pull request #4 from alimmeek/patch-2

Merge pull request #4 from alimmeek/patch-2 #14

Workflow file for this run

name: lab
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Git repository
uses: actions/checkout@v2
- name: Compile Sheets
uses: xu-cheng/latex-action@v2
with:
root_file: |
lab.tex
cheatsheet.tex
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: PDF
path: |
lab.pdf
cheatsheet.pdf