diff --git a/netlify.toml b/netlify.toml index bd8e1a5..c763d0c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] - command = "NOCLR=1 python3 ./scripts/blog.py static && rm -rf ./scripts/" + command = "rustup default stable && NOCLR=1 python3 ./scripts/blog.py static && rm -rf ./scripts/" [[redirects]] from = "/git/*"