mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
misc: add command to run prettier on docs (#2102)
* misc: add command to run prettier on docs * Fix GH issue template * Fix tests * Add prettier-docs command to precommit
This commit is contained in:
parent
cfc313d7c7
commit
55e676cb25
141 changed files with 1181 additions and 968 deletions
|
@ -87,11 +87,13 @@ There are two more optional parameters that are set as environment variables:
|
|||
Finally, to deploy your site to GitHub Pages, run:
|
||||
|
||||
**Bash**
|
||||
|
||||
```bash
|
||||
GIT_USER=<GITHUB_USERNAME> yarn deploy
|
||||
```
|
||||
|
||||
**Windows**
|
||||
|
||||
```batch
|
||||
cmd /C "set GIT_USER=<GITHUB_USERNAME> && yarn deploy"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue