This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree2 files changed
+6
-3
lines changed Expand file treeCollapse file tree2 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://.com/googleapis/java-shared-dependencies.git",
|
7 |
| -"sha": "af83b901be0c03d507189999215d35345602fad7" |
| 7 | +"sha": "9fbb98da6e93bccc2e136322dacf8b0bf8112ac3" |
8 | 8 | }
|
9 | 9 | },
|
10 | 10 | {
|
11 | 11 | "git": {
|
12 | 12 | "name": "synthtool",
|
13 | 13 | "remote": "https://.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