Enable parallel building
All checks were successful
Build / build (push) Successful in 2m16s

This commit is contained in:
2025-10-16 20:59:07 +02:00
parent 3740bbafb6
commit 16d9f1ffef
3 changed files with 8 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
run: git clone https://git.0x45.cz/em/mixtape.git /workspace/em/mixtape
- name: Build Chordpro
run: make pdf html songbook
run: make -j$(nproc) pdf html songbook
- name: Build Zola
run: zola build