File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
rclone copy \
47
47
--config ../bin/rclone.conf \
48
48
./markdown.zip \
49
- devdocs:/ vendored-markdown/markdown.zip
49
+ devdocs:vendored-markdown
50
50
rm markdown.zip
51
51
cd ..
52
52
55
55
rclone copy \
56
56
--config ../bin/rclone.conf \
57
57
$file \
58
- devdocs:/ vendored-markdown/$file
58
+ devdocs:vendored-markdown
59
59
done
60
60
cd ..
61
61
- name : Upload vendored Markdown files to ZT DevDocs bucket
66
66
rclone sync \
67
67
--config bin/rclone.conf \
68
68
distmd \
69
- zt:/ zt-dashboard-dev-docs
69
+ zt:zt-dashboard-dev-docs
70
70
- name : Upload vendored Markdown files to AutoRAG DevDocs bucket
71
71
env :
72
72
AWS_ACCESS_KEY_ID : ${{ secrets.AUTORAG_DEVDOCS_ACCESS_KEY_ID }}
75
75
rclone sync \
76
76
--config bin/rclone.conf \
77
77
distmd \
78
- autorag:/ developer-docs-full
78
+ autorag:developer-docs-full
79
79
- uses : actions/cache/save@v4
80
80
if : always()
81
81
with :
You can’t perform that action at this time.
0 commit comments