diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml new file mode 100644 index 00000000..9947545a --- /dev/null +++ b/.github/workflows/latex.yml @@ -0,0 +1,28 @@ +name: Build manual + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Fix stupidity + run: | + cp AUTHORS AUTHORS. + cp LICENSE LICENSE. + - name: Compile LaTeX + uses: xu-cheng/latex-action@v2 + with: + working_directory: manual + root_file: tracy.tex + - uses: actions/upload-artifact@v2 + with: + name: manual + path: manual/tracy.pdf