Create LaTeXcompile.yml
This commit is contained in:
parent
7cd01456d0
commit
72076d747c
12
.github/workflows/LaTeXcompile.yml
vendored
Normal file
12
.github/workflows/LaTeXcompile.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
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:
|
||||
root_file: Alembic.tex
|
Loading…
Reference in New Issue
Block a user