Skip to content

Commit 10ef088

Browse files
[setup](build) change resume to pandoc (#105)
* [setup](build) change resume to pandoc Signed-off-by: Ralph Hightower <[email protected]> * [setup](build) change resume to pandoc Signed-off-by: Ralph Hightower <[email protected]> * [setup](build) change resume to pandoc Signed-off-by: Ralph Hightower <[email protected]> --------- Signed-off-by: Ralph Hightower <[email protected]>
1 parent 07bde8b commit 10ef088

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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

action/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
sh -c "cd /home/app/resume && make pdf"
3+
sh -c "cd /home/app/pandoc && make pdf"

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ services:
55
resume-make:
66
build:
77
context: .
8-
dockerfile: ./.docker/resume.dockerfile
9-
container_name: resume-make
8+
dockerfile: ./.docker/pandic.dockerfile
9+
container_name: pandoc-make
1010
entrypoint: /entrypoint.sh
11-
image: resume-make
11+
image: pandoc-make
1212
volumes:
13-
- .:/home/app/resume:z
13+
- .:/home/app/pandoc:z

0 commit comments

Comments
 (0)