Skip to content

Commit

Permalink
#36 Arreglo temporal
Browse files Browse the repository at this point in the history
Signed-off-by: danigonzser <[email protected]>
  • Loading branch information
danigonzser committed May 7, 2024
1 parent 5d69240 commit 593ff0e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Comprobar gramática y ortografía
uses: ChiefGokhlayeh/textidote-action@v5
id: textidote
with:
working_directory: doc
root_file: proyecto.tex
# - name: Comprobar gramática y ortografía
# uses: ChiefGokhlayeh/textidote-action@v5
# id: textidote
# with:
# working_directory: doc
# root_file: proyecto.tex

- name: Subir informe de TeXtidote
uses: actions/upload-artifact@v4
with:
name: textidote_report
path: doc/report.html
# - name: Subir informe de TeXtidote
# uses: actions/upload-artifact@v4
# with:
# name: textidote_report
# path: doc/report.html

- name: Lanzar error si existen advertencias de TeXtidote
if: ${{ steps.textidote.outputs.num_warnings != 0 }}
run: 'echo "::error file=main.tex::num_warnings: ${{ steps.textidote.outputs.num_warnings }}"; exit 1;'
# - name: Lanzar error si existen advertencias de TeXtidote
# if: ${{ steps.textidote.outputs.num_warnings != 0 }}
# run: 'echo "::error file=main.tex::num_warnings: ${{ steps.textidote.outputs.num_warnings }}"; exit 1;'

- name: Compilar memoria
uses: xu-cheng/latex-action@v3
Expand Down

0 comments on commit 593ff0e

Please sign in to comment.