Compare commits

...

2 Commits

Author SHA1 Message Date
1002c5d669 Enable parallel building
All checks were successful
Build / build (push) Successful in 1m57s
2025-10-16 21:02: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 -j2 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