feat: Dockerize collector / CI-CD for PDF release #1

Merged
kobim merged 12 commits from feature/dockerize-collector into main 2025-02-09 23:17:27 +00:00
35 changed files with 3805 additions and 1371 deletions
Showing only changes of commit fe71b6986e - Show all commits

26
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,26 @@
name: Build LaTeX Document
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: Tesi.tex
- name: Upload PDF file
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v4
with:
name: PDF
path: Tesi.pdf