We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefae66 commit 8e4d9f3Copy full SHA for 8e4d9f3
.github/workflows/lilypond.yml
@@ -29,6 +29,7 @@ jobs:
29
with:
30
github-token: ${{ secrets.GITHUB_TOKEN }}
31
tectonic-version: ${{ env.TECTONIC_VERSION }}
32
+ - run: cp -f "$(command -v tectonic)" "${{ github.workspace }/tectonic"
33
- name: Build PDFs
34
uses: addnab/docker-run-action@v3
35
@@ -40,8 +41,10 @@ jobs:
40
41
image: my-lilydock:${{ env.LILYPOND_VERSION }}
42
run: |
43
git config --global --add safe.directory '*' &&
- make --environment-overrides pdf
44
+ make --environment-overrides booklayout/toplevel.pdf SKIP_SPELLCHECK=1 TECTONIC=${{ github.workspace }}/tectonic
45
- uses: actions/upload-artifact@v4
46
47
name: pdfs
- path: PDF/*/*.pdf
48
+ path: |
49
+ PDF/*/*.pdf
50
+ booklayout/toplevel.pdf
0 commit comments