File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
BUILD_NAME = URLDecoder . decode(env. BUILD_TAG , " UTF-8" ). replaceAll(" [^a-zA-Z0-9_.-]" , " _" )
49
49
image = docker. build(BUILD_NAME . toLowerCase(), ' .' )
50
50
image. inside() { c ->
51
- sh " cd ReDoc-customized/ReDoc-customized && yarn install && yarn bundle"
51
+ sh " cd ReDoc-customized/ReDoc-customized && yarn install && yarn bundle && yarn compile:cli "
52
52
}
53
53
}
54
54
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ set -x -e
9
9
[[ -d " linode-api-docs" ]] && cd linode-api-docs
10
10
11
11
# run the static site builder
12
- redoc- cli bundle openapi.yaml --options.hideDownloadButton=true --options.pathInMiddlePanel=true --options.requiredPropsFirst=true --options.expandResponses=" 200,"
12
+ ./ReDoc-customized/ReDoc-customized/ cli/index.js bundle openapi.yaml --options.hideDownloadButton=true --options.pathInMiddlePanel=true --options.requiredPropsFirst=true --options.expandResponses=" 200,"
13
13
14
14
15
15
export HOME=' /target'
You can’t perform that action at this time.
0 commit comments