Skip to content

Commit

Permalink
feat(ci): add docx to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowguardian507-irl committed May 8, 2024
1 parent e356417 commit e37b9c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ jobs:
--to=odt
--output=CV.odt
./CV.md
- uses: docker://pandoc/core:3.1.13
with:
args: >-
--standalone
--from=markdown
--to=docx
--output=CV.docx
./CV.md
- uses: docker://pandoc/core:3.1.13
with:
args: >-
Expand Down

0 comments on commit e37b9c3

Please sign in to comment.