Skip to content

Commit daede2e

Browse files
committed
ci: install pandoc in the docs ci
1 parent 3267638 commit daede2e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
task: true
2626
doxygen: true
2727

28+
- name: Setup pandoc
29+
run: |
30+
wget https://github.com/jgm/pandoc/releases/download/3.1.2/pandoc-3.1.2-1-amd64.deb
31+
sudo dpkg -i pandoc-3.1.2-1-amd64.deb
32+
rm pandoc-3.1.2-1-amd64.deb
33+
2834
- name: Build Documentation
2935
run: task docs
3036

0 commit comments

Comments
 (0)