File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 77
88 strategy :
99 matrix :
10- node-version : [12.x, 14.x, v16 .x, '*']
10+ node-version : [12.x, 14.x, 16 .x, '*']
1111
1212 steps :
1313 - uses : actions/checkout@v2
2222
2323 - uses : actions/upload-artifact@v2
2424 # Only publish examples using the master branch, and only from one build
25- if : github.ref == 'refs/heads/master' && matrix.node-version == 'v16 .x'
25+ if : github.ref == 'refs/heads/master' && matrix.node-version == '16 .x'
2626 with :
2727 name : examples
2828 path : examples/*
4545 - name : Deploy to gh-pages
4646 uses : JamesIves/github-pages-deploy-action@4.1.4
4747 with :
48- BRANCH : gh-pages
49- FOLDER : examples
50- CLEAN : true # Automatically remove deleted files from the deploy branch
48+ branch : gh-pages
49+ folder : examples
You can’t perform that action at this time.
0 commit comments