Skip to content

Commit 4a95b89

Browse files
authored
docs: Improve description of destination_dir and keep_files
#324 (comment)
1 parent d3a97d5 commit 4a95b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ For example:
333333

334334
### ⭐️ Keeping existing files `keep_files`
335335

336-
By default, existing files in the publish branch are removed before adding the ones from publish dir. If you want the action to add new files but leave existing ones untouched, set the optional parameter `keep_files` to `true`.
336+
By default, existing files in the publishing directory (or `destination_dir` if you use) will be removed. If you want the action to add new files but leave existing ones untouched, set the optional parameter `keep_files` to `true`.
337337

338338
Note that users who are using a Static Site Generator do not need this option in most cases. Please reconsider your project structure and building scripts, or use a built-in feature of a Static Site Generator before you enable this flag.
339339

0 commit comments

Comments
 (0)