File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21892,9 +21892,9 @@ async function main() {
21892
21892
let currentParentPageId = rootParentPageId;
21893
21893
let pathsInRoot = root.split("/");
21894
21894
let newRoot= root;
21895
- if(pathsInRoot.length > 1 ){
21896
- newRoot = pathsInRoot[0 ] + "/"
21897
- console.log("Root for action includes subfolder. Assigning root as: " + newRoot)
21895
+ if(pathsInRoot.length > 2 ){
21896
+ newRoot = "./" + pathsInRoot[1 ] + "/"
21897
+ console.log("Root for action includes subfolder. Assigning root as: " + newRoot)
21898
21898
}
21899
21899
for (const subPath of f) {
21900
21900
if (subPath.includes(".md")) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " confluence-docs-as-code" ,
3
- "version" : " 3.1.2 " ,
3
+ "version" : " 3.2.1 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments