fix(workflow): Wrong workflow directory
All checks were successful
Build document / build (push) Successful in 6m17s

This commit is contained in:
2024-06-04 11:11:57 +02:00
parent 84739cc1a1
commit 9f60943acf

View File

@@ -0,0 +1,20 @@
name: Build document
run-name: Build from ${{ gitea.actor }} 🚀
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Compile LaTeX document
uses: dante-ev/latex-action@latest
with:
root_file: ProgettareSistemi.tex
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ProgettareSistemi.pdf
path: ./ProgettareSistemi.pdf