1
0

workaround for pandoc not being present in Cloudflare Pages platform V2 part 6

This commit is contained in:
Simon Michael
2023-11-28 08:51:54 -10:00
parent 16c14db087
commit 04869db2d0

View File

@@ -6,7 +6,7 @@ pandoc:
pandoc --version || \
wget https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-linux-amd64.tar.gz && \
tar xzf pandoc-3.1.9-linux-amd64.tar.gz && \
rm pandoc-3.1.9-linux-amd.tar.gz
rm pandoc-3.1.9-linux-amd64.tar.gz
#PANDOC=pandoc
PANDOC=pandoc-3.1.9/bin/pandoc \