1
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:
2020-06-06 16:11:11 -04:00
parent 59541f2041
commit 9f339401ad
3 changed files with 24 additions and 1 deletions

View File

@@ -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"]