Jekyll builds fails as of June 4th, 2025

What is the issue or error you’re encountering

10:55:21.663 Using v2 root directory strategy
10:55:21.684 Success: Finished cloning repository files
10:55:23.421 Checking for configuration in a Wrangler configuration file (BETA)
10:55:23.421
10:55:24.536 No wrangler.toml file found. Continuing.
10:55:24.993 Preparing [email protected] for immediate activation…
10:55:25.306 Preparing [email protected] for immediate activation…
10:55:25.553 Detected the following tools from environment:
10:55:25.554 Executing user command: jekyll build
10:55:25.910 No preset version installed for command jekyll
10:55:25.910 Please install a version by running one of the following:
10:55:25.910
10:55:25.910 asdf install ruby 3.2.2
10:55:25.910
10:55:25.911 or add one of the following versions in your config file at /opt/buildhome/.tool-versions
10:55:25.918 ruby 3.4.4
10:55:25.921 Failed: Error while executing user command. Exited with error code: 126
10:55:25.930 Failed: build command exited with code: 1
10:55:26.911 Failed: error occurred while running build command

What are the steps to reproduce the issue?

Try to build any Jekyll application. Even with the framework set to Jekyll, it fails.

I was also experiencing this issue. I found that after changing my “Build system version” setting from version 2 to version 3, the build once again builds successfully.

You’re right, that fixed it. Crazy that they completely broke Jekyll on v2 without any heads up.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.