Workaround 2 - % sign in a filename.

This commit is contained in:
Patrick Lehmann
2024-12-24 12:20:34 +01:00
parent a4559e8e63
commit c37f727e2d
2 changed files with 34 additions and 2 deletions

View File

@@ -59,7 +59,6 @@ jobs:
run: |
tree -pash .
- name: Build LaTeX document using 'pytooling/miktex:sphinx'
uses: addnab/docker-run-action@v3
with:
@@ -70,7 +69,7 @@ jobs:
pwd
ls -lAh
latexmk ${{ inputs.document }}.tex
latexmk -xelatex ${{ inputs.document }}.tex
- name: 📤 Upload 'PDF Documentation' artifact
uses: pyTooling/upload-artifact@v4