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 705e1c8 commit 97a8354
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lilypond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
tectonic-version: ${{ env.TECTONIC_VERSION }}
- run: cp -f "$(command -v tectonic)" "${{ github.workspace }}/tectonic"
- name: Build PDFs
uses: addnab/docker-run-action@v3
with:
Expand All @@ -42,8 +43,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 TECTONIC=${{ github.workspace }}/tectonic
- uses: actions/upload-artifact@v4
with:
name: pdfs
path: PDF/*/*.pdf
path: |
PDF/*/*.pdf
booklayout/toplevel.pdf

0 comments on commit 97a8354

Please sign in to comment.