Skip to content

Commit 8e4d9f3

Browse files
committed
Build book
1 parent fefae66 commit 8e4d9f3

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
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
tectonic-version: ${{ env.TECTONIC_VERSION }}
32+
- run: cp -f "$(command -v tectonic)" "${{ github.workspace }/tectonic"
3233
- name: Build PDFs
3334
uses: addnab/docker-run-action@v3
3435
with:
@@ -40,8 +41,10 @@ jobs:
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=${{ github.workspace }}/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)