Add real files (no links)

Signed-off-by: Riccardo Finotello <riccardo.finotello@gmail.com>
This commit is contained in:
2020-08-31 10:26:36 +02:00
parent 4c6756bf74
commit 2565b24263
7 changed files with 530 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
name: Compile LaTeX Thesis
name: Build PDFLaTeX
on: [push]
jobs:
build_latex:
@@ -10,3 +10,14 @@ jobs:
uses: xu-cheng/latex-action@v2
with:
root_file: thesis.tex
- name: Upload PDF file
uses: actions/upload-artifact@v2
with:
name: thesis
path: thesis.pdf
- name: Download PDF file
uses: actions/download-artifact@v2
with:
name: thesis