Skip to content

Commit

Permalink
fix(ci): update format config
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowguardian507-irl committed May 8, 2024
1 parent 04ddeab commit bb0335f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ jobs:
--standalone
--from=markdown
--to=rtf
--metadata-file ./.pandoc/core.yml
--lua-filter ./.pandoc/pagebreak.lua
--output=CV.rtf
./.src/CV.source.md
- run: sudo apt-get -y update && sudo apt-get -y install pandoc texlive-latex-recommended texlive-latex-extra texlive-fonts-extra
- run: pandoc --standalone --metadata-file ./.pandoc/core.yml --metadata-file ./.pandoc/latex.yml --from=markdown --to=pdf -t latex --output=CV.pdf ./.src/CV.source.md
- run: pandoc --standalone --metadata-file ./.pandoc/core.yml ./.pandoc/latex.yml --from=markdown --to=pdf -t latex --output=CV.pdf ./.src/CV.source.md
# - uses: docker://pandoc/latex:3.1.13-ubuntu
# with:
# args: >-
Expand Down

0 comments on commit bb0335f

Please sign in to comment.