Skip to content

Commit d5ce4a4

Browse files
committed
chore: Update tool to generate documentation and changelog
1 parent 424ead0 commit d5ce4a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/update_documantation.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
SCRIPT_DIR=$(dirname "$0")
44
pushd "${SCRIPT_DIR}/.." > /dev/null
5-
git cliff > docs/changelog.md
6-
code docs/changelog.md
5+
git cliff > docs/en/changelog.md
6+
code docs/en/changelog.md
77

88
read -r -p "Ready to publish? [y/N]: " response
99

1010
if [[ "$response" =~ ^[Yy]$ ]]; then
1111
mkdocs gh-deploy
1212
fi
13-
git restore docs/changelog.md
13+
git restore docs/en/changelog.md
1414

1515
popd > /dev/null

0 commit comments

Comments
 (0)