File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : CI
2
+
3
+ on : [push, pull_request]
4
+
5
+ jobs :
6
+ build :
7
+ runs-on : ubuntu-latest
8
+ steps :
9
+ - uses : actions/checkout@v2
10
+ - uses : actions/setup-node@v1
11
+ with :
12
+ node-version : ' 12'
13
+ - run : npm install -g netlify-cli
14
+ - run : netlify build
15
+ env :
16
+ NETLIFY_SITE_ID : ' 8ceb6251-650b-481a-976c-fec1a4f95800'
17
+ NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
Original file line number Diff line number Diff line change
1
+ .github /
1
2
example /
Original file line number Diff line number Diff line change
1
+ # only used in this example to build from parent directory
1
2
[[plugins ]]
2
- package = " netlify-plugin-cache"
3
+ package = " @netlify/plugin-local-install-core"
4
+
5
+ # package would normally equal `netlify-plugin-cache`
6
+ [[plugins ]]
7
+ package = " ../"
3
8
[plugins .inputs ]
4
9
paths = [" cached" ]
5
10
You can’t perform that action at this time.
0 commit comments