9
Allow option to clear cache on every build
complete
Activity Feed
Sort by
Ben Robertson
Abhi Aiyer
Making a POST to
https://webhook.gatsbyjs.com/hooks/builds/trigger/:siteId
with the header
x-gatsby-cache: false
will trigger a build with no cache. If you want to use this for previews, add a header x-runner-type: PREVIEW
Patrick Sullivan
complete
Maciej Mortek
The same here. I'm using webhook to trigger build on changes in Strapi, but when using this webhook, Gatsby Cloud make a build with cache, which doesn't refresh queries to Strapi so the content is still the same...