Skip to content

Commit be94b43

Browse files
committed
remove changelog call from build-docs.sh
1 parent 7707032 commit be94b43

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

unified-doc/build-docs.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,6 @@ mkdir -p "${SDK_ROOT_TARGET}"
321321
# -d = skip docusaurus build (unified-doc does its own build)
322322
"${script_dir}/_remotes/openziti/gendoc.sh" -d "${OTHER_FLAGS[@]}"
323323

324-
# --- GENERATE SELFHOSTED CHANGELOG ---
325-
echo "Generating selfhosted changelog from CHANGELOG file..."
326-
node "${script_dir}/_remotes/selfhosted/docusaurus/scripts/generate-changelog.mjs"
327-
328324
# --- DOCUSAURUS BUILD ---
329325
pushd "${script_dir}" >/dev/null
330326
yarn install

0 commit comments

Comments
 (0)