Skip to content

Commit 5ebd6d0

Browse files
committed
Fix permissions
1 parent d29d4a7 commit 5ebd6d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-docs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ set -x -e
99
[[ -d "linode-api-docs" ]] && cd linode-api-docs
1010

1111
# run the static site builder
12+
ls -la ReDoc-customized/ReDoc-customized/cli
13+
chmod +x ReDoc-customized/ReDoc-customized/cli/index.js
14+
1215
./ReDoc-customized/ReDoc-customized/cli/index.js bundle openapi.yaml --options.hideDownloadButton=true --options.pathInMiddlePanel=true --options.requiredPropsFirst=true --options.expandResponses="200,"
1316

1417

0 commit comments

Comments
 (0)