Trying to build my Zola project on Cloudflare Pages:
2024-02-28T00:13:10.140577Z Cloning repository...
2024-02-28T00:13:11.370745Z From https://github.com/XXXX
2024-02-28T00:13:11.371294Z * branch 52e89738a1e6580303c81b2a20c308efea8a1bb1 -> FETCH_HEAD
2024-02-28T00:13:11.371483Z
2024-02-28T00:13:11.453524Z HEAD is now at 52e8973 Add link to X
2024-02-28T00:13:11.454402Z
2024-02-28T00:13:11.550455Z
2024-02-28T00:13:11.55136Z Using v2 root directory strategy
2024-02-28T00:13:11.57819Z Success: Finished cloning repository files
2024-02-28T00:13:12.460188Z Detected the following tools from environment: [email protected], [email protected]
2024-02-28T00:13:12.46119Z Installing project dependencies: npm clean-install --progress=false
2024-02-28T00:13:16.586549Z
2024-02-28T00:13:16.586928Z added 188 packages, and audited 189 packages in 3s
2024-02-28T00:13:16.587126Z
2024-02-28T00:13:16.587293Z 38 packages are looking for funding
2024-02-28T00:13:16.587515Z run `npm fund` for details
2024-02-28T00:13:16.590123Z
2024-02-28T00:13:16.590358Z 2 vulnerabilities (1 moderate, 1 high)
2024-02-28T00:13:16.590514Z
2024-02-28T00:13:16.590659Z To address all issues, run:
2024-02-28T00:13:16.590802Z npm audit fix
2024-02-28T00:13:16.590971Z
2024-02-28T00:13:16.591146Z Run `npm audit` for details.
2024-02-28T00:13:16.603832Z Executing user command: zola build
2024-02-28T00:13:16.611073Z /bin/sh: 1: zola: not found
2024-02-28T00:13:16.625773Z Finished
2024-02-28T00:13:16.626456Z Note: No functions dir at /functions found. Skipping.
2024-02-28T00:13:16.62666Z Validating asset output directory
2024-02-28T00:13:16.626901Z Error: Output directory "public" not found.
2024-02-28T00:13:17.703651Z Failed: build output directory not found