Skip to content

Create LaTeX_Action.yml #1

Create LaTeX_Action.yml

Create LaTeX_Action.yml #1

Workflow file for this run

name: Build LaTeX documents # Action name
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
with:
sparse-checkout: .
- name: Compilazione dei file del Copione
uses: xu-cheng/latex-action@v2
with: # insert here files to compile
root_file: "Script/*.tex"
glob_root_file: true
- run: echo "Tutto Okay :)"