Skip to content

Commit cef3ef9

Browse files
authored
[Docs Site] Fix rclone copy syntax (#23728)
1 parent db41951 commit cef3ef9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-production.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
rclone copy \
4747
--config ../bin/rclone.conf \
4848
./markdown.zip \
49-
devdocs:/vendored-markdown/markdown.zip
49+
devdocs:vendored-markdown
5050
rm markdown.zip
5151
cd ..
5252
@@ -55,7 +55,7 @@ jobs:
5555
rclone copy \
5656
--config ../bin/rclone.conf \
5757
$file \
58-
devdocs:/vendored-markdown/$file
58+
devdocs:vendored-markdown
5959
done
6060
cd ..
6161
- name: Upload vendored Markdown files to ZT DevDocs bucket
@@ -66,7 +66,7 @@ jobs:
6666
rclone sync \
6767
--config bin/rclone.conf \
6868
distmd \
69-
zt:/zt-dashboard-dev-docs
69+
zt:zt-dashboard-dev-docs
7070
- name: Upload vendored Markdown files to AutoRAG DevDocs bucket
7171
env:
7272
AWS_ACCESS_KEY_ID: ${{ secrets.AUTORAG_DEVDOCS_ACCESS_KEY_ID }}
@@ -75,7 +75,7 @@ jobs:
7575
rclone sync \
7676
--config bin/rclone.conf \
7777
distmd \
78-
autorag:/developer-docs-full
78+
autorag:developer-docs-full
7979
- uses: actions/cache/save@v4
8080
if: always()
8181
with:

0 commit comments

Comments
 (0)