mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Workaround 2 - % sign in a filename.
This commit is contained in:
3
.github/workflows/LaTeXDocumentation.yml
vendored
3
.github/workflows/LaTeXDocumentation.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user