From 0644829f62a7d831ac9d4d6e16e94c18474b6b58 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 28 Nov 2023 08:49:15 -1000 Subject: [PATCH] workaround for pandoc not being present in Cloudflare Pages platform V2 part 4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aebc77d..f7a20d2 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: pandoc html pandoc: # pandoc --version || sudo apt install -y pandoc pandoc --version || \ - curl -O https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-linux-amd64.tar.gz && \ + 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 #PANDOC=pandoc