mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-18 03:26:57 +02:00
Fix example website output path when copying examples
This commit is contained in:
parent
a039b0df09
commit
3404b40096
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ if (feature === 'translations') {
|
||||||
if (exampleSiteCreated) {
|
if (exampleSiteCreated) {
|
||||||
console.log(
|
console.log(
|
||||||
`${chalk.green('Example website created')} in ${chalk.green(
|
`${chalk.green('Example website created')} in ${chalk.green(
|
||||||
CWD + '/website'
|
outerFolder + '/website'
|
||||||
)}\n`
|
)}\n`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue