Skip to content

per pod 0.99.21

per pod 0.99.21 #3158

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"