Skip to content

Commit

Permalink
fixed error in postbuild system
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfears committed Jul 13, 2024
1 parent e116fa0 commit 7f82d90
Show file tree
Hide file tree
Showing 6 changed files with 1,524 additions and 65 deletions.
2 changes: 1 addition & 1 deletion postBuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Access-Control-Allow-Origin = "*"
console.error(err);
}
});
await fs.cp('./faq', './site_dist/docs', { recursive: true }, (err) => {
await fs.cp('./faq', './site_dist/faq', { recursive: true }, (err) => {
if (err) {
console.error(err);
}
Expand Down
Loading

0 comments on commit 7f82d90

Please sign in to comment.