diff options
author | Oleg Doronin <dorooleg@yandex.ru> | 2024-09-24 12:59:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 10:59:22 +0000 |
commit | ea324a378cb0fc1175e72bf185a8fe631ce069eb (patch) | |
tree | 708cb511d0cdc09b53020ea3887fee418fdc8cf4 | |
parent | 4b0a8a279c8209c05e9a0c69fc721b5bc0241f56 (diff) | |
download | ydb-ea324a378cb0fc1175e72bf185a8fe631ce069eb.tar.gz |
docs build has been improved (#9691)
Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
-rwxr-xr-x | ydb/docs/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/docs/build.sh b/ydb/docs/build.sh index 001dfd0697..b93f0e6c2a 100755 --- a/ydb/docs/build.sh +++ b/ydb/docs/build.sh @@ -39,6 +39,7 @@ if ! yfm -i . -o $DIR --allowHTML --apply-presets; then echo "================================" echo "YFM build completed with ERRORS!" echo "================================" + echo "It may be necessary to use the latest version of npm. Run the command `nvm use v22.9.0` to update it." exit 1 fi |