Compare commits

2 Commits

Author SHA1 Message Date
16d9f1ffef Enable parallel building
All checks were successful
Build / build (push) Successful in 2m16s
2025-10-16 20:59:54 +02:00
3740bbafb6 Add & build archive 2025-10-16 20:56:22 +02:00
238 changed files with 43 additions and 19 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

View File

@@ -0,0 +1,3 @@
+++
transparent = true
+++

Some files were not shown because too many files have changed in this diff Show More