From d5ce4a491d9994954c6d2dc8b31bf865e1e7b82c Mon Sep 17 00:00:00 2001 From: Xavier Berger Date: Sun, 26 Jan 2025 20:54:55 +0100 Subject: [PATCH] chore: Update tool to generate documentation and changelog --- tools/update_documantation.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/update_documantation.sh b/tools/update_documantation.sh index 21658cd..4babf05 100755 --- a/tools/update_documantation.sh +++ b/tools/update_documantation.sh @@ -2,14 +2,14 @@ SCRIPT_DIR=$(dirname "$0") pushd "${SCRIPT_DIR}/.." > /dev/null -git cliff > docs/changelog.md -code docs/changelog.md +git cliff > docs/en/changelog.md +code docs/en/changelog.md read -r -p "Ready to publish? [y/N]: " response if [[ "$response" =~ ^[Yy]$ ]]; then mkdocs gh-deploy fi -git restore docs/changelog.md +git restore docs/en/changelog.md popd > /dev/null \ No newline at end of file