Skip to content

Commit

Permalink
[fix](build): change resume to pandoc (#110)
Browse files Browse the repository at this point in the history
* [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]>
  • Loading branch information
RalphHightower authored Jan 7, 2025
1 parent f8dc649 commit 4acef53
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ name: build-pandoc files
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
branches: [ main ]
paths:
- 'markdown/**'

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

jobs:
build-resume:
build-pandoc:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:

resume-make:
pandoc-make:
build:
context: .
dockerfile: ./.docker/pandic.dockerfile
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
perSystem = nixpkgs.lib.genAttrs supportedSystems;
pkgsFor = system: import nixpkgs { inherit system; };

buildResumeFor = system:
buildPandocFor = system:
let pkgs = pkgsFor system;
in pkgs.runCommand "build-pandoc" {
nativeBuildInputs = with pkgs; [ pandoc texlive.combined.scheme-context ];
Expand Down
2 changes: 1 addition & 1 deletion styles/chmduquesne.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Copyright 2013 Christophe-Marie Duquesne <[email protected]>
*
* CSS for making a resume with pandoc. Inspired by moderncv.
* CSS for making a pandoc with pandoc. Inspired by moderncv.
*
* This CSS document is delivered to you under the CC BY-SA 3.0 License.
* https://creativecommons.org/licenses/by-sa/3.0/deed.en_US
Expand Down

0 comments on commit 4acef53

Please sign in to comment.