Openscapes / website

Code for openscapes.org
Mozilla Public License 2.0
6 stars 11 forks source link

Netlify build failure - Part 2 #41

Open jules32 opened 2 years ago

jules32 commented 2 years ago

Our site is currently built following https://github.com/Openscapes/website/issues/40, 🎉

However, there are still failures for [sad-williams-fa509f](https://app.netlify.com/sites/sad-williams-fa509f/overview), the underlying site that becomes openscapes.org. I don't quite understand how that site can fail but openscapes.org doesn't fail, but it is the case:

image

Clicking failed > Go to deploy details:

image

I've looked at the current netlify.toml and don't see anything about "Base directory does not exist: /opt/build/repo/https:/github.com/openscapes/website"

[build]
  publish = "public"
  command = "hugo"

[context.production.environment]
  HUGO_VERSION = "0.51"
  HUGO_ENV = "production"
  HUGO_ENABLEGITINFO = "true"

[context.branch-deploy.environment]
HUGO_VERSION = "0.51"

So I'll continue sleuthing. I suspect this means in another way that it's time to migrate to Quarto from blogdown/hugo that is getting more out of date!

jules32 commented 2 years ago

cc: @stefaniebutland