jonhue / pubtex

Publicly host LaTeX files on GitHub Pages
https://jonhue.github.io/pubtex
MIT License
18 stars 3 forks source link

Is it possible to use arguments for the latexmk command? #1

Closed LaserKaspar closed 1 year ago

LaserKaspar commented 1 year ago

My action fails because is an undefined control sequence. Everything compiles fine locally.

./LaTeX/DA_Snowboards/_DABA.TEX:38: Undefined control sequence.
l.38 \studiengang
                 {Mediendesign - Gamedesign}
./LaTeX/DA_Snowboards/_DABA.TEX:38:  ==> Fatal error occurred, no output PDF fi
le produced!
Transcript written on _DABA.log.
Latexmk: Missing bbl file '_DABA.bbl' in following:
 No file _DABA.bbl.
Latexmk: If appropriate, the -f option can be used to get latexmk
  to try to force complete processing.

Is it possible to force the build?

jonhue commented 1 year ago

Make sure that there are no warnings locally, all files are committed, and that the paths are correct. If it still doesn't compile, ask https://github.com/xu-cheng/latex-action. The pubtex action calls this action for the latex compile.