Skip to content

Commit

Permalink
build: propedeutica CI/CD + correzione tesi
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Pascucci committed Sep 16, 2023
1 parent e32bf4c commit 99343ac
Show file tree
Hide file tree
Showing 119 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/release_propedeutica.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: New tesi release from tag
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*-propedeutica' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Github Action for LaTeX
id: latex
uses: xu-cheng/latex-action@v3
with:
root_file: attivita_propedeutica/propedeutica.tex
# continue_on_error: true
- name: Release
uses: softprops/action-gh-release@v1
with:
files: propedeutica.pdf

4 changes: 2 additions & 2 deletions .github/workflows/release_tesi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
id: latex
uses: xu-cheng/latex-action@v3
with:
root_file: Tesi/tesi.tex
# continue_on_error: true
root_file: tesi/tesi.tex
continue_on_error: true
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down
Binary file removed Attivita propedeutica/main.pdf
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 99343ac

Please sign in to comment.