Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 419 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 419 Bytes

latexmk

Overview

An action to compile latex files with latexmk.

Inputs

root_file

Required The root latex file to compile. Default: manuscript.tex.

work_dir

Required The latex work directory. Default: ..

Example usage

uses: stracquadaniolab/gh-action-latexmk
with:
  root_file: 'notebook.tex'
  work_dir: '.'