Compare commits

2 Commits

Author SHA1 Message Date
1c061ba185 Enable parallel building
Some checks failed
Build / build (push) Has been cancelled
2025-10-16 21:01:42 +02:00
b286acd60e Add & build archive 2025-10-16 21:01:42 +02:00
239 changed files with 43 additions and 20 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

1
.gitignore vendored
View File

@@ -1,5 +1,4 @@
*.pdf
content/*/*.html
devel/
archive/
public/

View File

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

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