Skip to content

Commit

Permalink
Update pandoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhainaut authored Feb 8, 2024
1 parent 4ba010f commit f3b655d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ github.workspace }}
steps:
- name: Checkout repo
uses: actions/[email protected]
- name: Copy resume.md to working directory
run: cp content/resume.md $GITHUB_WORKSPACE
run: cp content/resume.md .
- name: Build PDF
uses: docker://pandoc/core:2.9
with:
args: "resume.md --output=cv.pdf"
working-directory: $GITHUB_WORKSPACE

0 comments on commit f3b655d

Please sign in to comment.