Skip to content

Commit 47df849

Browse files
committed
Install from upstream
#97 (comment) Signed-off-by: Martin Alfke <ma@betadots.de>
1 parent ab4352b commit 47df849

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,12 @@ jobs:
7272
with:
7373
ruby-version: '3.2'
7474
bundler-cache: true
75-
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
7679
- name: Build website
7780
run: |
78-
sudo apt install -y pandoc
7981
bundle exec rake references:openfact INSTALLPATH=docs
8082
bundle exec rake references:openvox INSTALLPATH=docs
8183
bundle exec jekyll build

0 commit comments

Comments
 (0)