Translate LaTeX documentation to PDF.

This commit is contained in:
Patrick Lehmann
2024-12-01 19:27:49 +01:00
parent f3e2e42ae3
commit 77a7545f66
4 changed files with 41 additions and 30 deletions

View File

@@ -6,13 +6,14 @@ on:
jobs:
SimplePackage:
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@dev
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@latex
with:
package_name: pyDummy
codecov: true
codacy: true
dorny: true
cleanup: false
package_name: pyDummy
documentation: Actions
codecov: true
codacy: true
dorny: true
cleanup: false
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}