152152jobs :
153153 Prepare :
154154 uses : pyTooling/Actions/.github/workflows/PrepareJob.yml@main
155+ with :
156+ pipeline-delay : 10
155157
156158 ConfigParams :
157159 uses : pyTooling/Actions/.github/workflows/ExtractConfiguration.yml@main
@@ -406,6 +408,7 @@ jobs:
406408 needs :
407409 - UnitTestingParams
408410 - Documentation
411+ if : contains(inputs.documentation_steps, 'latex') && contains(inputs.documentation_steps, 'pdf')
409412 with :
410413 document : ${{ needs.UnitTestingParams.outputs.package_fullname }}
411414 latex_artifact : ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).documentation_latex }}
@@ -421,10 +424,12 @@ jobs:
421424# - PDFDocumentation
422425 - PublishCoverageResults
423426 - StaticTypeCheck
427+ if : contains(inputs.documentation_steps, 'pages')
424428 with :
425429 doc : ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).documentation_html }}
426430 coverage : ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).codecoverage_html }}
427431 typing : ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).statictyping_html }}
432+ cleanup : ${{ inputs.cleanup }}
428433
429434 TriggerTaggedRelease :
430435 uses : pyTooling/Actions/.github/workflows/TagReleaseCommit.yml@main
@@ -475,6 +480,7 @@ jobs:
475480 python_version : ${{ needs.UnitTestingParams.outputs.python_version }}
476481 requirements : ' -r dist/requirements.txt'
477482 artifact : ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).package_all }}
483+ cleanup : ${{ inputs.cleanup }}
478484 secrets :
479485 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
480486
@@ -485,7 +491,7 @@ jobs:
485491 - UnitTesting
486492 - StaticTypeCheck
487493 - Documentation
488- # - PDFDocumentation
494+ - PDFDocumentation
489495 - PublishTestResults
490496 - PublishCoverageResults
491497 - PublishToGitHubPages
@@ -510,5 +516,5 @@ jobs:
510516 statictyping_html
511517 #apptesting_xml:-*
512518 documentation_html
513- documentation_latex
519+ # documentation_latex
514520 #documentation_pdf
0 commit comments