Build complete songbook
This commit is contained in:
parent
dc12db07a2
commit
bfc158c6cb
@ -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
|
||||
run: make pdf html songbook
|
||||
|
||||
- name: Build Zola
|
||||
run: zola build
|
||||
|
2
makefile
2
makefile
@ -10,7 +10,7 @@ SRC_EXTENSION := .cho
|
||||
SONG_CHO := $(foreach dir,$(SRC_DIR),$(wildcard $(dir)/*$(SRC_EXTENSION)))
|
||||
SONG_PDF := $(patsubst %$(SRC_EXTENSION),%.pdf,$(SONG_CHO))
|
||||
SONG_HTML := $(patsubst %$(SRC_EXTENSION),%.html,$(SONG_CHO))
|
||||
SONGBOOK := songbook.pdf
|
||||
SONGBOOK := content/songbook.pdf
|
||||
|
||||
.DEFAULT_GOAL := pdf
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user