I want to deploy a new Zola project, but after importing it, it failed to deploy due to a weird error Zola: command not found, since Vercel officially supports Zola.
Here are my attempts with Node.js set to 22.x, requiring your newest deploy environment:
- Pin Zola to
0.20.0by setting envarZOLA_VERSION=0.20.0, but when it runszola,zolagives me glibc errors. - Pin Zola to
0.19.2by setting envarZOLA_VERSION=0.19.2, then it deploy perfectly.
So, I guess your newest deploy environment is just too old to support the latest zola (0.20.0), and you failed to detect the failure of the installation of zola in your CI/CD.