You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building site...
Error: Failed to build the site
Error: Error parsing templates from the /templates directory
Error: Reason: Io error while writing rendered value to output: NotFound
Error: Reason: The system cannot find the file specified. (os error 2)
(I have no idea how to add RUST_BACKTRACE=1 when running a zola command btw.)
Step to reproduce
Create a new zola project
Follow the GitHub Pages guide
Don't have anything in the templates folder, so it never gets pushed to the repo
(3/3) Installing zola (0.17.2-r3)
Executing busybox-1.36.1-r5.trigger
OK: 22 MiB in 18 packages
$ zola build
Building site...
Error: Failed to build the site
Error: Error parsing templates from the /templates directory
Error: Reason: Io error while writing rendered value to output: NotFound
Error: Reason: No such file or directory (os error 2)
Bug Report
Environment
Zola version: 0.17.2
Expected Behavior
When using
zola build
the site should build.Current Behavior
It won't build the site.
(I have no idea how to add RUST_BACKTRACE=1 when running a zola command btw.)
Step to reproduce
References
This issue in the Tera repo explains the issue.
Keats/tera#819 (comment)
The text was updated successfully, but these errors were encountered: