Skip to content

Commit

Permalink
[setup](build) change resume to pandoc
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Hightower <[email protected]>
  • Loading branch information
RalphHightower authored Jan 6, 2025
1 parent bbf5ae9 commit e7d74a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/[email protected]
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

0 comments on commit e7d74a9

Please sign in to comment.