Skip to content

Commit fd3d225

Browse files
authored
Add temporary workaround to ARGS list
I found the temporary workaround you mentioned in this issue to be very beneficial, so I am proposing that it be added to the table of flags. I do also see the argument for not including it though, so this is more to open the discussion.
1 parent 9c4e464 commit fd3d225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Below is an incomplete list of commonly used ARGS:
6767
| `--no-empty-dirs` | Don't create empty directories |
6868
| `--parallel=X` | Uploads X files at a time in parallel |
6969
| `-L` | Upload symbolic links as files (FTP doesn't have a way of creating actual symbolic links) |
70+
| `--ignore-time` | ⚠ Temporary workaround to prevent all files being uploaded. See [this issue](https://github.com/SamKirkland/FTP-Deploy-Action/issues/16). |
7071

7172

7273
## Common Examples

0 commit comments

Comments
 (0)