From 0154f00b08057faaa452105987cc6ef336058a92 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 18 Mar 2023 12:36:39 +0900 Subject: Switch to MathML for web pages --- .builds/auto.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.builds/auto.yml') diff --git a/.builds/auto.yml b/.builds/auto.yml index b446731..bcca7f6 100644 --- a/.builds/auto.yml +++ b/.builds/auto.yml @@ -17,6 +17,7 @@ tasks: - build: | cd site nix-shell .builds/shell.nix --run 'julia --project=@. .builds/franklin.jl' + nix-shell -p htmlq --run _libs/onlymathml nix-shell -p python3Packages.css-html-js-minify --run _libs/postprocess - deploy: | tar -cvzf site.tar.gz -C site/__site . -- cgit 1.4.1