Importação inicial das demais antífonas da Celebração de Exéquias, co… #207
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 4 / 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: fasciculo4-a4.tex | |
latexmk_use_lualatex: true | |
latexmk_shell_escape: true | |
- name: Fazer upload dos artefatos | |
uses: actions/upload-artifact@v3 | |
with: | |
name: fasciculo4-a4 | |
path: | | |
*.log |