You've already forked netlify-plugin-cache
mirror of
https://github.com/jakejarvis/netlify-plugin-cache.git
synced 2025-06-27 16:25:40 -04:00
Remove reference to deprecated netlify.yml (fixes #4)
This commit is contained in:
2
index.js
2
index.js
@ -26,7 +26,7 @@ module.exports = {
|
||||
} else {
|
||||
// this probably happened because the default `paths` is set, so provide instructions to fix
|
||||
console.log(`Attempted to cache: ${inputs.paths.join(', ')} ... but failed. :(`)
|
||||
console.log(`Try setting the 'paths' input appropriately in your netlify.toml or netlify.yml.`)
|
||||
console.log(`Try setting the 'paths' input appropriately in your netlify.toml configuration.`)
|
||||
console.log(`More details: https://jrvs.io/netlify-cache-usage`)
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user