File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11
11
/docs /c2patool /* .md
12
12
/docs /c2patool /docs /* .md
13
13
/docs /c2pa-node /* .md
14
+ /docs /c2pa-node-example /* .md
14
15
/docs /c2pa-node /docs /* .md
15
16
/docs /c2pa-python /* .md
16
17
/docs /c2pa-python /docs /* .md
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ const readmes = [
58
58
path : 'README.md' ,
59
59
} ,
60
60
// Node.js lib
61
- // Fix build
62
61
{
63
62
dest : resolve ( __dirname , '../docs/c2pa-node/readme.md' ) ,
64
63
repo : 'contentauth/c2pa-node' ,
@@ -79,6 +78,11 @@ const readmes = [
79
78
repo : 'contentauth/c2pa-node' ,
80
79
path : 'docs/release-notes.md' ,
81
80
} ,
81
+ {
82
+ dest : resolve ( __dirname , '../docs/c2pa-node-example/readme.md' ) ,
83
+ repo : 'contentauth/c2pa-node-example' ,
84
+ path : 'README.md' ,
85
+ } ,
82
86
// Python lib
83
87
{
84
88
dest : resolve ( __dirname , '../docs/c2pa-python/readme.md' ) ,
You can’t perform that action at this time.
0 commit comments