File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -58,5 +58,8 @@ python3.10 -m docuploader create-metadata \
58
58
59
59
cat docs.metadata
60
60
61
+ # Replace toc.yml template file
62
+ mv docs/templates/toc.yml docs/_build/html/docfx_yaml/toc.yml
63
+
61
64
# upload docs
62
65
python3.10 -m docuploader upload docs/_build/html/docfx_yaml --metadata-file docs.metadata --destination-prefix docfx --staging-bucket " ${V2_STAGING_BUCKET} "
Original file line number Diff line number Diff line change 112
112
re .escape ("# upload docs" )
113
113
+ "\n "
114
114
+ re .escape (
115
- 'python3 -m docuploader upload docs/_build/html/docfx_yaml --metadata-file docs.metadata --destination-prefix docfx --staging-bucket "${V2_STAGING_BUCKET}"'
115
+ 'python3.10 -m docuploader upload docs/_build/html/docfx_yaml --metadata-file docs.metadata --destination-prefix docfx --staging-bucket "${V2_STAGING_BUCKET}"'
116
116
)
117
117
),
118
118
(
119
119
"# Replace toc.yml template file\n "
120
120
+ "mv docs/templates/toc.yml docs/_build/html/docfx_yaml/toc.yml\n \n "
121
121
+ "# upload docs\n "
122
- + 'python3 -m docuploader upload docs/_build/html/docfx_yaml --metadata-file docs.metadata --destination-prefix docfx --staging-bucket "${V2_STAGING_BUCKET}"'
122
+ + 'python3.10 -m docuploader upload docs/_build/html/docfx_yaml --metadata-file docs.metadata --destination-prefix docfx --staging-bucket "${V2_STAGING_BUCKET}"'
123
123
),
124
124
)
125
125
You can’t perform that action at this time.
0 commit comments