mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-13 11:36:57 +08:00
Download junit artifact in SphinxDocumentation job.
This commit is contained in:
3
.github/workflows/LaTeXDocumentation.yml
vendored
3
.github/workflows/LaTeXDocumentation.yml
vendored
@@ -53,7 +53,8 @@ jobs:
|
||||
- name: Compile LaTeX document
|
||||
uses: xu-cheng/latex-action@master
|
||||
with:
|
||||
root_file: latex/${{ inputs.document }}.tex
|
||||
working_directory: latex
|
||||
root_file: ${{ inputs.document }}.tex
|
||||
|
||||
- name: 📤 Upload 'PDF Documentation' artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user