Skip to content

Commit 03ca1c6

Browse files
mballanceCopilot
andcommitted
ci: install pandoc explicitly in docs workflow
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7c898d6 commit 03ca1c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
- name: Install Python dependencies
2222
run: pip install -r docs/requirements.txt
2323

24-
- name: Install LaTeX (for PDF generation)
24+
- name: Install pandoc and LaTeX (for PDF generation)
2525
run: |
2626
sudo apt-get update -q
2727
sudo apt-get install -y \
28+
pandoc \
2829
texlive-xetex \
2930
texlive-fonts-recommended \
3031
texlive-latex-extra

0 commit comments

Comments
 (0)