-1

I'm trying to update a project website using hugo via blogdown through R and RStudio.

I'm making edits to the Tweet embedded on the front page as well as the people on the committee page.

All of the updates work fine when I run the page locally with blogdown::serve_site(). However, the edits aren't being realised online.

The changes seem to be recorded on GitHub so I'm not sure where I'm going wrong. Here's the associated GitHub page.

Jeremie
  • 646
  • 8
  • 24
adkane
  • 1,429
  • 14
  • 29

1 Answers1

2

It turned out the issue was related to the build image on Netlify.

Netlify gives some background about it here https://answers.netlify.com/t/please-read-end-of-support-for-xenial-build-image-everything-you-need-to-know/68239

As they say on the site, "You can upgrade to the latest build image in the Netlify UI under Site settings > Build & deploy > Continuous Deployment > Build image selection."

adkane
  • 1,429
  • 14
  • 29