From e7d74a9e9e08069c1ce56389a3ead326408ad15a Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:27:05 -0500 Subject: [PATCH] [setup](build) change resume to pandoc Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27512901..9e429343 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: build-resume +name: build-pandoc files # Controls when the action will run. on: @@ -30,7 +30,7 @@ jobs: uses: actions/upload-artifact@v2.2.3 with: # Artifact name - name: Resume PDF # optional, default is artifact + name: pandoc PDF # optional, default is artifact # A file, directory or wildcard pattern that describes what to upload path: output/*.pdf