mirror of
https://github.com/jakejarvis/netlify-plugin-cache.git
synced 2025-04-26 07:35:22 -04:00
Remove reference to deprecated netlify.yml (fixes #4)
This commit is contained in:
parent
e580a58e5e
commit
65a5968ec3
2
index.js
2
index.js
@ -26,7 +26,7 @@ module.exports = {
|
|||||||
} else {
|
} else {
|
||||||
// this probably happened because the default `paths` is set, so provide instructions to fix
|
// 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(`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`)
|
console.log(`More details: https://jrvs.io/netlify-cache-usage`)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user