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 \
5858
5959cat docs.metadata
6060
61+ # Replace toc.yml template file
62+ mv docs/templates/toc.yml docs/_build/html/docfx_yaml/toc.yml
63+
6164# upload docs
6265python3.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 112112 re .escape ("# upload docs" )
113113 + "\n "
114114 + 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}"'
116116 )
117117 ),
118118 (
119119 "# Replace toc.yml template file\n "
120120 + "mv docs/templates/toc.yml docs/_build/html/docfx_yaml/toc.yml\n \n "
121121 + "# 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}"'
123123 ),
124124)
125125
You can’t perform that action at this time.
0 commit comments