fix file path in release_version_update_docs (#5724)

This commit is contained in:
William Cheng 2020-03-29 00:55:25 +08:00 committed by GitHub
parent eecc05f888
commit 57dc8a43f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ declare -a xml_files=(
"${root}/modules/openapi-generator-gradle-plugin/samples/local-spec/README.md"
"${root}/README.md"
"${root}/docs/installation.md"
"${root}/website/pages/en/index.js"
"${root}/website/src/pages/index.js"
)
declare -a commented_files=(