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 fefae66 commit d27dc3a
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 @@ -29,6 +29,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 @@ -40,8 +41,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 d27dc3a

Please sign in to comment.