Skip to content

Commit

Permalink
#12 Use latex instead of XeLaTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Mar 1, 2024
1 parent 6ff1325 commit 3278767
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: docker://pandoc/extra
with:
args: >-
--pdf-engine=xelatex
-V mainfont="Liberation Serif"
-s ./doc/technical-task.md
-o ./out/technical-task.pdf
-t latex
-V fontenc=T2A
-s doc/technical-task.md
-o out/technical-task.pdf
- name: Upload technical-task-pdf artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3278767

Please sign in to comment.