Removed confusing word repetition.
Deleted both instances of "yourself" in the first sentence under "Self-managed web server".
This commit is contained in:
parent
4b476f70e6
commit
087b763478
|
@ -17,7 +17,7 @@ send them to your host through FTP.
|
||||||
|
|
||||||
## Self-managed web server
|
## Self-managed web server
|
||||||
|
|
||||||
If you have direct access yourself to the deployment web server yourself, the process is essentially the same, except you might have other methods available to you (such as `scp`, or even direct filesystem access) for transferring the files. Just remember to make sure the contents of the generated `_site` folder get placed in the appropriate web root directory for your web server.
|
If you have direct access to the deployment web server, the process is essentially the same, except you might have other methods available to you (such as `scp`, or even direct filesystem access) for transferring the files. Just remember to make sure the contents of the generated `_site` folder get placed in the appropriate web root directory for your web server.
|
||||||
|
|
||||||
## Automated methods
|
## Automated methods
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue