Skip to content

Commit 055b987

Browse files
authored
Merge pull request #97 from OpenVoxProject/runner_needs_pandoc
Add pandoc to runner
2 parents 7165dae + 3fba418 commit 055b987

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
with:
7373
ruby-version: '3.2'
7474
bundler-cache: true
75-
75+
- name: Install pandoc
76+
run: |
77+
sudo apt install -y pandoc
7678
- name: Build website
7779
run: |
7880
bundle exec rake references:openfact INSTALLPATH=docs

0 commit comments

Comments
 (0)