The former developer of our site has disappeared along with the source code that was on his Github repo that was connected to our Netlify site for continuous deployment.
We have a headless WordPress site with WPGatsby plugin and gatsby-source-wordpress on the Netlify account. Now I am still a bit fuzzy on how all of this works but the following is clear:
When we save changes to content in WordPress, a deployment is triggered on our Netlify site which then fails because gatsby-source-wordpress version is VERY outdated while WPGatsby plugin has been kept up-to-date.
How can we update gatsby-source-wordpress on our Netlify site if we no longer have the source that was on the Github repo?