diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..08dfc25 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,16 @@ +name: Compile PDFs + +on: + push: {} + +jobs: + build: + runs-on: ubuntu-latest + container: thomasweise/texlive + + steps: + - name: Checkout repo + uses: actions/checkout@v2 + + - name: Compile + run: make