Skip to content

Commit ee1f6c7

Browse files
authored
[Docs Site] Fix rclone command in publish-production (#23723)
1 parent 2893e23 commit ee1f6c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
AWS_SECRET_ACCESS_KEY: ${{ secrets.VENDORED_DEVDOCS_SECRET_ACCESS_KEY }}
4444
run: |
4545
cd distmd && zip -r markdown.zip .
46-
rclone cp \
46+
rclone copy \
4747
--config bin/rclone.conf \
4848
distmd/markdown.zip \
4949
devdocs:/vendored-markdown/markdown.zip
@@ -52,7 +52,7 @@ jobs:
5252
5353
cd distllms
5454
for file in $(find . -type f); do
55-
rclone cp \
55+
rclone copy \
5656
--config bin/rclone.conf \
5757
$file \
5858
devdocs:/vendored-markdown/$file

0 commit comments

Comments
 (0)