This is the first time I’ve ever tried deploying a personal blog using any tool (and, asking for help in a programming forum), so I’m assuming I’m just forgetting a simple step.
I followed the steps in the website, set up the build configurations with the default Values, so the command is zola build
and build output directory is /public
.
Then I’ve added the environment variable like this
And the build logs tell me this
00:04:00.227 HEAD is now at 9cb8515 feat: initial commit
00:04:00.228
00:04:00.344
00:04:00.375 Success: Finished cloning repository files
00:04:01.059 Detected the following tools from environment:
00:04:01.060 Executing user command: zola build
00:04:01.068 /bin/sh: 1: zola: not found
00:04:01.069 Failed: Error while executing user command. Exited with error code: 127
00:04:01.077 Failed: build command exited with code: 1
00:04:01.982 Failed: error occurred while running build command
Because the “detected tools” is empty and zola wasn’t even recognized, I’m assuming it’s either a silly mistake or something weird that’s out of my control.