Skip to content

Commit

Permalink
Build book
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed Aug 2, 2024
1 parent 8670db8 commit b4502b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lilypond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ jobs:
image: my-lilydock:${{ env.LILYPOND_VERSION }}
run: |
git config --global --add safe.directory '*' &&
make --environment-overrides pdf
make --environment-overrides booklayout/toplevel.pdf SKIP_SPELLCHECK=1
- uses: actions/upload-artifact@v4
with:
name: pdfs
path: PDF/*/*.pdf
path: |
PDF/*/*.pdf
booklayout/toplevel.pdf

0 comments on commit b4502b3

Please sign in to comment.