deployment: no time. fine.
This commit is contained in:
2
Makefile
2
Makefile
@@ -8,7 +8,7 @@ PANDOC?=pandoc
|
|||||||
# temporary workaround for cloudflare pages (pandoc is too old in V1, missing in V2)
|
# temporary workaround for cloudflare pages (pandoc is too old in V1, missing in V2)
|
||||||
html-cfp:
|
html-cfp:
|
||||||
pandoc --version || ( \
|
pandoc --version || ( \
|
||||||
/usr/bin/env time wget -nv https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-linux-amd64.tar.gz && \
|
wget -nv 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 )
|
tar xzf pandoc-3.1.9-linux-amd64.tar.gz )
|
||||||
make html PANDOC=pandoc-3.1.9/bin/pandoc
|
make html PANDOC=pandoc-3.1.9/bin/pandoc
|
||||||
rm -rf pandoc-3.1.9*
|
rm -rf pandoc-3.1.9*
|
||||||
|
|||||||
Reference in New Issue
Block a user