Skip to content

Commit ee94998

Browse files
committed
Build book
1 parent fefae66 commit ee94998

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/lilypond.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,17 @@ jobs:
3434
with:
3535
options: |
3636
--volume ${{ github.workspace }}:${{ github.workspace }}
37+
--volume "$(dirname $(command -v tectonic)):/tectonic/bin:ro"
3738
--workdir ${{ github.workspace }}
3839
--env MAKEFLAGS
3940
--env VARIANTS_PDF
4041
image: my-lilydock:${{ env.LILYPOND_VERSION }}
4142
run: |
4243
git config --global --add safe.directory '*' &&
43-
make --environment-overrides pdf
44+
make --environment-overrides booklayout/toplevel.pdf SKIP_SPELLCHECK=1 TECTONIC=/tectonic/bin/tectonic
4445
- uses: actions/upload-artifact@v4
4546
with:
4647
name: pdfs
47-
path: PDF/*/*.pdf
48+
path: |
49+
PDF/*/*.pdf
50+
booklayout/toplevel.pdf

0 commit comments

Comments
 (0)