You've already forked netlify-plugin-cache
mirror of
https://github.com/jakejarvis/netlify-plugin-cache.git
synced 2025-10-27 16:35:59 -04:00
simple GitHub Action to build example site with plugin (locally from source)
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# only used in this example to build from parent directory
|
||||
[[plugins]]
|
||||
package = "netlify-plugin-cache"
|
||||
package = "@netlify/plugin-local-install-core"
|
||||
|
||||
# package would normally equal `netlify-plugin-cache`
|
||||
[[plugins]]
|
||||
package = "../"
|
||||
[plugins.inputs]
|
||||
paths = ["cached"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user