Skip to content

Commit

Permalink
fix(ci): switch to manual install of pandoc for latex fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowguardian507-irl committed May 8, 2024
1 parent 99cf0d5 commit 7e9d4b8
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,18 @@ jobs:
--lua-filter ./.pandoc/pagebreak.lua
--output=CV.rtf
./.src/CV.source.md
- uses: docker://pandoc/latex:3.1.13-ubuntu
with:
args: >-
--standalone
--metadata-file ./.pandoc/core.yml ./.pandoc/latex.yml
--from=markdown
--to=pdf
--output=CV.pdf
./.src/CV.source.md
- run: apt-get -y update && apt-get -y install pandoc pdflatex texlive-latex-recommended letltxmacro 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.alt.pdf ./.src/CV.source.md
# - uses: docker://pandoc/latex:3.1.13-ubuntu
# with:
# args: >-
# --standalone
# --metadata-file ./.pandoc/core.yml ./.pandoc/latex.yml
# --from=markdown
# --to=pdf
# --output=CV.pdf
# ./.src/CV.source.md

- uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 7e9d4b8

Please sign in to comment.