Latest merge does not build #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As seen in the Cloudflare logs:
babka-social-blog.0a16de1c-e37c-45d5-9c8a-209de0eee4d1.log
The problem with the build is that the production build does not complete due to what appears to be missing PostCSS, despite the fact that
JEKYLL_ENVis set toproductionassigned to @vosaul
Everything works locally, something is going wrong on the Cloudflare side.
I noticed that it started on May 23. The only change made then is to replace "name": "fedi-foundation" with Babka Social Blog
I even tried to return the old name, but it didn't fix anything.
You changed the destination folder in commit
c1cce8dc, which explains why Cloudflare says the_sitedirectory is missing and it can't grab the build artifacts.I had it building in both Gitlab by manually specifying the output directory and Cloudflare pages by using
_site, which is the default directory.What was the reason for this change?
I noticed that the .gitlab.ci.yml destination folder is
public, so I did the same in_config.yml.But I did it in commit
c1cce8dc, and the deployment broke before this edit, on commitb3dc2266Is it possible for me to see the deployment logs on Cloudflare?
I've changed the Cloudflare build process so it uses public for its artifacts too.
The thing is that you said it was something at CF that changed, but it was actually this change that broke the builds.
Anyway, now the site builds again and we can get to the fixes on the visual side.