We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf5ae9 commit e7d74a9Copy full SHA for e7d74a9
.github/workflows/main.yml
@@ -1,6 +1,6 @@
1
# This is a basic workflow to help you get started with Actions
2
3
-name: build-resume
+name: build-pandoc files
4
5
# Controls when the action will run.
6
on:
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/[email protected]
31
with:
32
# Artifact name
33
- name: Resume PDF # optional, default is artifact
+ name: pandoc PDF # optional, default is artifact
34
# A file, directory or wildcard pattern that describes what to upload
35
path: output/*.pdf
36
0 commit comments