From 355a3e83a2f6b282da68594df277d5fad133db3a Mon Sep 17 00:00:00 2001 From: Vladimir Levin Date: Sun, 6 Aug 2023 18:03:46 +0900 Subject: [PATCH] Stable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3db45f2..883f3b1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Runs [minio client](https://min.io/docs/minio/linux/reference/minio-mc.html) to bucket: my_bucket_name source: ./public # Leading slash is required - target: '/my-awesome-site/public' + target: '/my-awesome-site' # If you omit the `recursive` argument, action only copies objects in the top level of the specified directory. recursive: true ```