Skip to content

Commit db41951

Browse files
authored
[Docs Site] Change rclone config path in publish-production (#23726)
1 parent bbc6a4e commit db41951

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-production.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ jobs:
4444
run: |
4545
cd distmd && zip -r markdown.zip .
4646
rclone copy \
47-
--config bin/rclone.conf \
48-
distmd/markdown.zip \
47+
--config ../bin/rclone.conf \
48+
./markdown.zip \
4949
devdocs:/vendored-markdown/markdown.zip
5050
rm markdown.zip
5151
cd ..
5252
5353
cd distllms
5454
for file in $(find . -type f); do
5555
rclone copy \
56-
--config bin/rclone.conf \
56+
--config ../bin/rclone.conf \
5757
$file \
5858
devdocs:/vendored-markdown/$file
5959
done

0 commit comments

Comments
 (0)