Fix docs build

This commit is contained in:
Alexey Milovidov 2024-08-02 18:17:32 +02:00
parent 364622f567
commit fcb0ce7361

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