Skip to content

Commit

Permalink
#12 Tried r-lib/actions/setup-pandoc@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Mar 1, 2024
1 parent a06b030 commit d51dfae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Pandoc
uses: r-lib/actions/setup-pandoc@v2

- name: Install required packages
run: |
sudo apt install texlive-lang-cyrillic
- name: Compile technical-task.md to pdf
uses: docker://pandoc/extra
with:
args: >-
run: |
pandoc
-t latex
-V fontenc=T2A
-s doc/technical-task.md
Expand Down

0 comments on commit d51dfae

Please sign in to comment.