From 0efec874630904f6881e36dcf8e378dc206d1dce Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 11 Jan 2024 20:41:57 +0100 Subject: [PATCH] Added an artifact name for intermediate LateX documentation. --- .github/workflows/Parameters.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index e803933..bc18f83 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -245,8 +245,9 @@ jobs: "codecoverage_html": f"{name}-CodeCoverage-HTML", "statictyping_html": f"{name}-StaticTyping-HTML", "package_all": f"{name}-Packages", - "documentation_pdf": f"{name}-Documentation-PDF", "documentation_html": f"{name}-Documentation-HTML", + "documentation_latex": f"{name}-Documentation-LaTeX", + "documentation_pdf": f"{name}-Documentation-PDF", } # Deprecated structure