mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 09:57:03 +02:00
docs: modify the description of deploying to Netlify (#7796)
modify build directory to publish directory
This commit is contained in:
parent
17ec6bbde7
commit
fe3dfa720a
3 changed files with 6 additions and 6 deletions
|
@ -171,9 +171,9 @@ Then, [create your site with Netlify](https://app.netlify.com/start).
|
|||
While you set up the site, specify the build commands and directories as follows:
|
||||
|
||||
- build command: `npm run build`
|
||||
- build directory: `build`
|
||||
- publish directory: `build`
|
||||
|
||||
If you did not configure these build options, you may still go to "Site settings" -> "Build and deploy" after your site is created.
|
||||
If you did not configure these build options, you may still go to "Site settings" -> "Build & deploy" after your site is created.
|
||||
|
||||
Once properly configured with the above options, your site should deploy and automatically redeploy upon merging to your deploy branch, which defaults to `main`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue