Correções de código no salmo responsorial 125(126) da Celebração de E… #216
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
name: "Fascículo 1 / Layout A4" | |
on: | |
push: | |
branches: [salterio-liturgico] | |
defaults: | |
run: | |
working-directory: . | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Construir PDFs | |
uses: lbssousa/[email protected] | |
with: | |
root_file: fasciculo1-a4.tex | |
latexmk_use_lualatex: true | |
latexmk_shell_escape: true | |
- name: Fazer upload dos artefatos | |
uses: actions/upload-artifact@v3 | |
with: | |
name: fasciculo1-a4 | |
path: | | |
*.log |