From a64c79ae22ae7b72048e93bebeffe3b9c19b59d0 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 18 Aug 2024 23:43:17 +0200 Subject: [PATCH] Update --- docs/scripts/new_tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripts/new_tag.sh b/docs/scripts/new_tag.sh index b19ee9e..1cde971 100644 --- a/docs/scripts/new_tag.sh +++ b/docs/scripts/new_tag.sh @@ -14,7 +14,7 @@ bash ./docs/scripts/create_preview_wallpapers.sh echo "Creating README.md..." bash ./docs/scripts/create_readme.sh echo "Creating keybindings.md..." -bash ./docs/scripts/create_keybindings.sh +bash ./docs/scripts/keybindings_to_markdown.sh git add . git commit -m "Release $NEW_TAG"