Skip to content

Commit 97a8354

Browse files
committed
Build book
1 parent 705e1c8 commit 97a8354

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/lilypond.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
3333
tectonic-version: ${{ env.TECTONIC_VERSION }}
34+
- run: cp -f "$(command -v tectonic)" "${{ github.workspace }}/tectonic"
3435
- name: Build PDFs
3536
uses: addnab/docker-run-action@v3
3637
with:
@@ -42,8 +43,10 @@ jobs:
4243
image: my-lilydock:${{ env.LILYPOND_VERSION }}
4344
run: |
4445
git config --global --add safe.directory '*' &&
45-
make --environment-overrides pdf
46+
make --environment-overrides booklayout/toplevel.pdf SKIP_SPELLCHECK=1 TECTONIC=${{ github.workspace }}/tectonic
4647
- uses: actions/upload-artifact@v4
4748
with:
4849
name: pdfs
49-
path: PDF/*/*.pdf
50+
path: |
51+
PDF/*/*.pdf
52+
booklayout/toplevel.pdf

0 commit comments

Comments
 (0)