mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 17:28:29 -05:00
Merge pull request #3295 from jaybe-jekyll/patch-1
This commit is contained in:
@@ -28,10 +28,14 @@ $ jekyll build --watch
|
||||
<h5>Destination folders are cleaned on site builds</h5>
|
||||
<p>
|
||||
The contents of <code><destination></code> are automatically
|
||||
cleaned when the site is built. Files or folders that are not
|
||||
created by your site will be removed. Do not use an important
|
||||
location for <code><destination></code>; instead, use it as
|
||||
a staging area and copy files from there to your web server.
|
||||
cleaned, by default, when the site is built. Files or folders that are not
|
||||
created by your site will be removed. Files and folders you wish to retain
|
||||
in <code><destination></code> may be specified within the <code><keep_files></code>
|
||||
configuration directive.
|
||||
</p>
|
||||
<p>
|
||||
Do not use an important location for <code><destination></code>;
|
||||
instead, use it as a staging area and copy files from there to your web server.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user