migliore codice in gestione mostri, chiarimenti su rimuovi veleni co… #3116
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Compila Copertina OBSS | |
on: [push,workflow_dispatch] | |
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: "copertina.tex" | |
working_directory: ./OBSS | |
- name: Upload pdf | |
uses: actions/upload-artifact@v4 | |
with: | |
name: "copertina" | |
path: "./OBSS/copertina.pdf" |