Skip to content

bug fix in multiframe tracking and added augmented tracking class tha… #199

bug fix in multiframe tracking and added augmented tracking class tha…

bug fix in multiframe tracking and added augmented tracking class tha… #199

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