Skip to content

Commit

Permalink
build: add working directory on latex action
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Pascucci committed Sep 20, 2023
1 parent e18b304 commit 87788ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release_presentazione.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
id: latex
uses: xu-cheng/latex-action@v3
with:
root_file: presentazione/presentazione.tex
working_directory: presentazione
root_file: presentazione.tex
continue_on_error: true
- name: Release
uses: softprops/action-gh-release@v1
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release_propedeutica.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
id: latex
uses: xu-cheng/latex-action@v3
with:
root_file: attivita_propedeutica/propedeutica.tex
# continue_on_error: true
working_directory: attivita_propedeutica
root_file: propedeutica.tex
continue_on_error: true
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release_sistemi_autonomi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
id: latex
uses: xu-cheng/latex-action@v3
with:
root_file: relazione_sistemi_autonomi/sistemi_autonomi.tex
working_directory: relazione_sistemi_autonomi
root_file: sistemi_autonomi.tex
continue_on_error: true
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 87788ba

Please sign in to comment.