Skip to content

Commit

Permalink
clean separate
Browse files Browse the repository at this point in the history
  • Loading branch information
isidroas committed Dec 10, 2024
1 parent 9c1d3bc commit a1aa88b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
working-directory: ./examples
env:
REPO2TEX_FLAGS: --monofont "SauceCodePro Nerd Font Mono" --mainfont "SauceCodePro Nerd Font"
run: make clean all
run: make clean && make all
- name: Archive PDFs
uses: actions/upload-artifact@v4
with:
Expand All @@ -52,12 +52,12 @@ jobs:
examples/*.tar.gz
- name: Build with default fonts
working-directory: ./examples
run: make clean all
run: make clean && make all
- name: Build with pdflatex
working-directory: ./examples
env:
TEX2PDF: pdflatex
run: make clean all
run: make clean && make all
pre-commit:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a1aa88b

Please sign in to comment.