Merge pull request #67683 from ClickHouse/fix-docs-build

Fix docs build
This commit is contained in:
Alexey Milovidov 2024-08-03 12:53:48 +00:00 committed by GitHub
commit ddeb4e7b55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,6 @@ sed -i '/onBrokenMarkdownLinks:/ s/ignore/error/g' docusaurus.config.js
if [[ $# -lt 1 ]] || [[ "$1" == "--"* ]]; then
export CI=true
yarn install
exec yarn build "$@"
fi