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 ee94998Copy full SHA for ee94998
.github/workflows/lilypond.yml
@@ -34,14 +34,17 @@ jobs:
34
with:
35
options: |
36
--volume ${{ github.workspace }}:${{ github.workspace }}
37
+ --volume "$(dirname $(command -v tectonic)):/tectonic/bin:ro"
38
--workdir ${{ github.workspace }}
39
--env MAKEFLAGS
40
--env VARIANTS_PDF
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=/tectonic/bin/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