We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7165dae + 3fba418 commit 055b987Copy full SHA for 055b987
1 file changed
.github/workflows/build.yaml
@@ -72,7 +72,9 @@ jobs:
72
with:
73
ruby-version: '3.2'
74
bundler-cache: true
75
-
+ - name: Install pandoc
76
+ run: |
77
+ sudo apt install -y pandoc
78
- name: Build website
79
run: |
80
bundle exec rake references:openfact INSTALLPATH=docs
0 commit comments