-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29e2ec9
commit d303368
Showing
3 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,10 +168,10 @@ jobs: | |
steps: | ||
- name: Clone git repo | ||
uses: actions/checkout@v2 | ||
- name: Setup git repo | ||
- name: Setup git repo and download all tags | ||
run: | | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
git config user.name igor-lirussi | ||
git config user.email [email protected] | ||
git fetch --all | ||
- name: Clone Pandoc dependency | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,17 +114,19 @@ | |
RELAZIONE DI PROGETTO \\ DI \\ “APPLICAZIONI E SERVIZI WEB” \\ | ||
\hrulefill \\ | ||
} | ||
Weather Vortex \\ | ||
|
||
Weather Vortex | ||
\ifthenelse{\value{Site}=1}{ | ||
\\ | ||
\hrulefill \\ | ||
} | ||
} | ||
\author{ | ||
Zandoli Silvia \\ \emailaddr{[email protected]} | ||
Zandoli Silvia \\ 0000950299 \\ \emailaddr{[email protected]} | ||
\and | ||
Tentoni Daniele \\ \emailaddr{[email protected]} | ||
Tentoni Daniele \\ 0000925471 \\ \emailaddr{[email protected]} | ||
\and | ||
Lirussi Igor \\ \emailaddr{[email protected]} | ||
Lirussi Igor \\ 0000949711 \\ \emailaddr{[email protected]} | ||
\\ \\ \\ | ||
} | ||
|
||
|