Skip to content

Commit 4acef53

Browse files
[fix](build): change resume to pandoc (#110)
* [fix](build): change resume to pandoc Signed-off-by: Ralph Hightower <[email protected]> * [fix](build): change resume to pandoc Signed-off-by: Ralph Hightower <[email protected]> * [fix](build): change resume to pandoc Signed-off-by: Ralph Hightower <[email protected]> * [fix](build): change resume to pandoc Signed-off-by: Ralph Hightower <[email protected]> --------- Signed-off-by: Ralph Hightower <[email protected]>
1 parent f8dc649 commit 4acef53

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ name: build-pandoc files
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
push:
9-
branches: [ master ]
9+
branches: [ main ]
1010
paths:
1111
- 'markdown/**'
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

1616
jobs:
17-
build-resume:
17+
build-pandoc:
1818
runs-on: ubuntu-latest
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2'
22

33
services:
44

5-
resume-make:
5+
pandoc-make:
66
build:
77
context: .
88
dockerfile: ./.docker/pandic.dockerfile

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
perSystem = nixpkgs.lib.genAttrs supportedSystems;
2222
pkgsFor = system: import nixpkgs { inherit system; };
2323

24-
buildResumeFor = system:
24+
buildPandocFor = system:
2525
let pkgs = pkgsFor system;
2626
in pkgs.runCommand "build-pandoc" {
2727
nativeBuildInputs = with pkgs; [ pandoc texlive.combined.scheme-context ];

styles/chmduquesne.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Copyright 2013 Christophe-Marie Duquesne <[email protected]>
44
*
5-
* CSS for making a resume with pandoc. Inspired by moderncv.
5+
* CSS for making a pandoc with pandoc. Inspired by moderncv.
66
*
77
* This CSS document is delivered to you under the CC BY-SA 3.0 License.
88
* https://creativecommons.org/licenses/by-sa/3.0/deed.en_US

0 commit comments

Comments
 (0)