@@ -44,7 +44,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload built PDFs
|
- name: Upload built PDFs
|
||||||
if: steps.changed.outputs.roots != ''
|
if: steps.changed.outputs.roots != ''
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: pdf-output
|
name: pdf-output
|
||||||
path: pdf/*.pdf
|
path: pdf/*.pdf
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
\documentclass{beamer}
|
\documentclass{beamer}
|
||||||
\usepackage{tabularx}
|
\usepackage{tabularx}
|
||||||
\usepackage{booktabs}
|
\usepackage{booktabs}
|
||||||
|
% Commento per aggiornare il pdf n 1
|
||||||
\usetheme{metropolis}
|
\usetheme{metropolis}
|
||||||
\renewcommand{\footnotesize}{\scriptsize}
|
\renewcommand{\footnotesize}{\scriptsize}
|
||||||
\title{Setup LaTeX}
|
\title{Setup LaTeX}
|
||||||
|
|||||||
Reference in New Issue
Block a user