From fd3d225df728402a0087fb220972184ca581c062 Mon Sep 17 00:00:00 2001 From: Mikey Binns <38146638+mikeybinnswebdesign@users.noreply.github.com> Date: Thu, 10 Oct 2019 09:24:55 +0100 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bda892a..2df24e2 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Below is an incomplete list of commonly used ARGS: | `--no-empty-dirs` | Don't create empty directories | | `--parallel=X` | Uploads X files at a time in parallel | | `-L` | Upload symbolic links as files (FTP doesn't have a way of creating actual symbolic links) | +| `--ignore-time` | ⚠ Temporary workaround to prevent all files being uploaded. See [this issue](https://github.com/SamKirkland/FTP-Deploy-Action/issues/16). | ## Common Examples