mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 00:09:48 +02:00
feat(v2): allow deploy without building website (#2770)
* feat(v2): allow deploy without building website * Update cli.md
This commit is contained in:
parent
90db53657e
commit
082c6212cb
4 changed files with 100 additions and 82 deletions
|
@ -110,3 +110,4 @@ Deploys your site with [GitHub Pages](https://pages.github.com/). Check out the
|
|||
| Name | Default | Description |
|
||||
| --- | --- | --- |
|
||||
| `--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 custom deploy script. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue