diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml new file mode 100644 index 0000000..538c0b3 --- /dev/null +++ b/.github/workflows/compile.yml @@ -0,0 +1,15 @@ +name: 'Compile and upload document' +on: [push] +jobs: + build_latex: + runs-on: ghcr.io/icepack/tensor-product-stokes:latest + steps: + - name: Check out git repository + uses: actions/checkout@v3 + - name: Compile TeX document + run: make + - name: Upload PDF file + uses: actions/upload-artifact@v3 + with: + name: tensor-product-stokes + path: tensor-product-stokes.pdf