Skip to content

Commit

Permalink
Remove apresentação do CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix authored Dec 4, 2023
1 parent f9d1360 commit 1f21800
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,8 @@ jobs:
uses: xu-cheng/latex-action@v2
with:
root_file: documento.tex
- name: Clean build
run: make clean
- name: Build presentation
uses: xu-cheng/latex-action@v2
with:
args: -pdflua -file-line-error -f -interaction=nonstopmode
root_file: apresentacao.tex
- name: Upload binaries to release
uses: actions/upload-artifact@v2
with:
name: draft_tcc
path: |
documento.pdf
apresentacao.pdf
path: documento.pdf

0 comments on commit 1f21800

Please sign in to comment.