Skip to content

Commit

Permalink
docs(antora): copy step uses selfDir
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarwin authored Apr 9, 2024
1 parent fddf6b7 commit 6c48a8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/generate-files.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
}

/*
Expand Down

0 comments on commit 6c48a8c

Please sign in to comment.