feat(v2): allow deploy without building website (#2770)

* feat(v2): allow deploy without building website

* Update cli.md
This commit is contained in:
Alexey Pyltsyn 2020-05-27 17:34:41 +03:00 committed by GitHub
parent 90db53657e
commit 082c6212cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 100 additions and 82 deletions

View file

@ -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. |