From f2740f5f796b52c069ae50437970b02db2a9ebf7 Mon Sep 17 00:00:00 2001 From: Nathaniel Struselis Date: Thu, 13 Nov 2025 17:11:25 +0000 Subject: [PATCH] ci: correct prep-build.yml name #20 This commit simply updates the name for the `prep-build.yml` workflow to better represent its purpose. Fixes #20. --- .github/workflows/prep-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prep-build.yml b/.github/workflows/prep-build.yml index 8bc5838..df1faf7 100644 --- a/.github/workflows/prep-build.yml +++ b/.github/workflows/prep-build.yml @@ -6,7 +6,7 @@ # Note that this workflow is intended to be called by other workflows. It is not # intended to be run directly. -name: Build LaTeX Document +name: Prepare LaTeX Build Variables # Define environment variables for reuse in the workflow, so that they can be # easily updated in one place.