File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
40
40
# generate yml
41
41
mvn clean site -B -q -P docFX
42
42
43
+ # copy README to docfx-yml dir and rename index.md
44
+ cp README.md target/docfx-yml/index.md
45
+
43
46
pushd target/docfx-yml
44
47
45
48
# create metadata
@@ -52,4 +55,4 @@ python3 -m docuploader create-metadata \
52
55
python3 -m docuploader upload . \
53
56
--credentials ${CREDENTIALS} \
54
57
--staging-bucket ${STAGING_BUCKET_V2} \
55
- --destination-prefix docfx-
58
+ --destination-prefix docfx
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-bigquery.git",
7
- "sha": "7cb21503b44b2225d52c298d6cc698a1335542fa "
7
+ "sha": "4e781017adc4f4ce574250baba3e30349aaf5d75 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "21da7d9fa02f6916d9f87cf4072b3547b5c72eb5 "
14
+ "sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0 "
15
15
}
16
16
}
17
17
],
You can’t perform that action at this time.
0 commit comments