We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b29e4b commit a869d3dCopy full SHA for a869d3d
dist/index.js
@@ -21903,7 +21903,7 @@ async function main() {
21903
pageTitle,
21904
currentParentPageId
21905
);
21906
- markdownToHtml(root + path, async (err, data) => {
+ markdownToHtml(newRoot + path, async (err, data) => {
21907
if(err) {
21908
console.log(err);
21909
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "confluence-docs-as-code",
3
- "version": "3.2.1",
+ "version": "3.2.2",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
0 commit comments