Skip to content

Merge branch 'tracking_improvements' of github.com:ronshnapp/MyPTV in… #189

Merge branch 'tracking_improvements' of github.com:ronshnapp/MyPTV in…

Merge branch 'tracking_improvements' of github.com:ronshnapp/MyPTV in… #189

Workflow file for this run

name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
working_directory: user_manual
root_file: user_manual.tex
- name: Release PDF
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: user_manual/user_manual.pdf