Skip to content

Commit

Permalink
Remove código não usado no workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelcampos committed May 29, 2021
1 parent 391cbcc commit adc9743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Ao passar um parâmetro adicional, os default deixam de ser passados e precisam ser explicitamente incluídos.
args: -r .latexmkrc -pdf -file-line-error -halt-on-error -interaction=nonstopmode
# Arbitrary bash codes to be executed before compiling LaTeX documents. Optional
#pre_compile: pdflatex -file-line-error -interaction=nonstopmode "principal.tex"; bibtex "principal.aux"; makeindex "principal" && makeindex "principal.nlo" -s nomencl.ist -o "principal.nls"
#pre_compile:
# Arbitrary bash codes to be executed after compiling LaTeX documents. Optional
post_compile: ls -lh *.pdf
# The LaTeX engine to be invoked. Optional, default is latexmk
Expand Down

0 comments on commit adc9743

Please sign in to comment.