Skip to content

reitermarkus/latexmk

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latexmk Action

This action compiles one or more TeX files using Latexmk.

Inputs

directory

Optional Directory in which to run latexmk. By default, the action will run latexmk in all directories containing a latexmkrc or .latexmkrc file. If it can't find any, it will simply run latexmk in the current working directory.

args

Optional Arguments passed to latexmk. Defaults to -cd.

Example Usage

uses: reitermarkus/latexmk@main
with:
  directory: thesis