Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Apr 18, 2024
1 parent ac5e95a commit bd66946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus/bin/docusaurus.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ cli
)
.option(
'--target-dir <dir>',
'path to the target directory to deploy (default: `.`)',
'path to the target directory to deploy to (default: `.`)',
)
.action(deploy);

Expand Down
1 change: 1 addition & 0 deletions website/docs/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Deploys your site with [GitHub Pages](https://pages.github.com/). Check out the
| `--locale` | | Deploy the site in the specified locale. If not specified, all known locales are deployed. |
| `--out-dir` | `build` | The full path for the new output directory, relative to the current workspace. |
| `--skip-build` | `false` | Deploy website without building it. This may be useful when using a custom deploy script. |
| `--target-dir` | `.` | Path to the target directory to deploy to. |
| `--config` | `undefined` | Path to Docusaurus config file, default to `[siteDir]/docusaurus.config.js` |

### `docusaurus serve [siteDir]` {#docusaurus-serve-sitedir}
Expand Down

0 comments on commit bd66946

Please sign in to comment.