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 a4906ed commit 8bf42ebCopy full SHA for 8bf42eb
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
cargo install mdbook-pandoc --locked --version 0.7.1
48
sudo apt-get update
49
sudo apt-get install -y fonts-noto fonts-open-sans calibre pdftk
50
-
+ fc-list |
51
export PANDOC_VERSION=3.3
52
curl -LsSf https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz | tar zxf -
53
echo "$PWD/pandoc-${PANDOC_VERSION}/bin" >> $GITHUB_PATH
0 commit comments