We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47df849 commit 3fba418Copy full SHA for 3fba418
1 file changed
.github/workflows/build.yaml
@@ -74,8 +74,7 @@ jobs:
74
bundler-cache: true
75
- name: Install pandoc
76
run: |
77
- curl -sLO https://github.com/jgm/pandoc/releases/download/3.9.0.2/pandoc-3.9.0.2-1-amd64.deb
78
- sudo dpkg -i pandoc-3.9.0.2-1-amd64.deb
+ sudo apt install -y pandoc
79
- name: Build website
80
81
bundle exec rake references:openfact INSTALLPATH=docs
0 commit comments