From 6c48a8c4e133d3b8d5b7113e6d8cae0ac48293cd Mon Sep 17 00:00:00 2001 From: Sam Darwin Date: Mon, 8 Apr 2024 18:51:28 -0600 Subject: [PATCH] docs(antora): copy step uses selfDir --- doc/generate-files.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/generate-files.mjs b/doc/generate-files.mjs index 0dc81fedb..1f4a717a3 100644 --- a/doc/generate-files.mjs +++ b/doc/generate-files.mjs @@ -175,9 +175,9 @@ if (isBoostDir(cwdParentParent)) { execSync(`rm -rf ${selfDir}`) // Copy contents of cwd to boost/libs/self - const selfDirParent = path.join(boostDir, 'libs') - console.log(`Copying ${cwd} to ${selfDirParent}`) - execSync(`cp -r ${cwd} ${selfDirParent}`) + // const selfDirParent = path.join(boostDir, 'libs') + console.log(`Copying ${cwd} to ${selfDir}`) + execSync(`cp -r ${cwd} ${selfDir}`) } /*