Skip to content

Commit b4502b3

Browse files
committed
Build book
1 parent 8670db8 commit b4502b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/lilypond.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ jobs:
4040
image: my-lilydock:${{ env.LILYPOND_VERSION }}
4141
run: |
4242
git config --global --add safe.directory '*' &&
43-
make --environment-overrides pdf
43+
make --environment-overrides booklayout/toplevel.pdf SKIP_SPELLCHECK=1
4444
- uses: actions/upload-artifact@v4
4545
with:
4646
name: pdfs
47-
path: PDF/*/*.pdf
47+
path: |
48+
PDF/*/*.pdf
49+
booklayout/toplevel.pdf

0 commit comments

Comments
 (0)