Initial commit
This commit is contained in:
commit
de82e70d80
2 changed files with 10 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM archlinux
|
||||
|
||||
RUN pacman -Syu --noconfirm texlive-most texlive-bibtextextra texlive-fontsextra biber
|
||||
|
||||
ENTRYPOINT ["latexmk"]
|
5
action.yml
Normal file
5
action.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
name: "Latexmk"
|
||||
description: "Run latexmk with most latex packages"
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
Loading…
Reference in a new issue