Skip to content

Commit e7d74a9

Browse files
[setup](build) change resume to pandoc
Signed-off-by: Ralph Hightower <[email protected]>
1 parent bbf5ae9 commit e7d74a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: build-resume
3+
name: build-pandoc files
44

55
# Controls when the action will run.
66
on:
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/[email protected]
3131
with:
3232
# Artifact name
33-
name: Resume PDF # optional, default is artifact
33+
name: pandoc PDF # optional, default is artifact
3434
# A file, directory or wildcard pattern that describes what to upload
3535
path: output/*.pdf
3636

0 commit comments

Comments
 (0)