From ec08f30106f8d8976a8a2c5ed6460b6d4c906790 Mon Sep 17 00:00:00 2001 From: Vash Patel Date: Sat, 17 Oct 2020 17:14:25 -0500 Subject: [PATCH] Trial Github Action to test PDF compilation Part of #345 - just as a test alongside Circle CI (which currently fails due to missing SSH key) and without moving the example PDFs to releases. --- .github/workflows/main.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/main.yml 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