Skip to content

Aggiunto stato al ReadMe #3

Aggiunto stato al ReadMe

Aggiunto stato al ReadMe #3

Workflow file for this run

name: Test Compilazione # 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 :)"