This commit is contained in:
@@ -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
|
||||
|
2
makefile
2
makefile
@@ -1,7 +1,7 @@
|
||||
ifdef CHORDPRO_PIPELINE
|
||||
CHORDPRO_CMD = chordpro
|
||||
else
|
||||
CHORDPRO_CMD = docker run -ti --rm \
|
||||
CHORDPRO_CMD = docker run --rm \
|
||||
--env HOME=$(HOME) --env USER=$(USER) \
|
||||
--workdir $(shell pwd) \
|
||||
--volume $(HOME):$(HOME) \
|
||||
|
Reference in New Issue
Block a user