From 53562e4354890ec8199e89ecfa11fc63780cae82 Mon Sep 17 00:00:00 2001 From: wulan17 Date: Sat, 30 Dec 2023 22:04:38 +0700 Subject: [PATCH] Pyrofork: docs: Add branch name to docs commit title Signed-off-by: wulan17 --- build-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-docs.sh b/build-docs.sh index 2f49c97a7..ce3db380c 100644 --- a/build-docs.sh +++ b/build-docs.sh @@ -26,5 +26,5 @@ fi git config --local user.name "Mayuri-Chan" git config --local user.email "mayuri@mayuri.my.id" git add --all -git commit -a -m "docs: Update docs $(date '+%Y-%m-%d | %H:%m:%S %p %Z')" --signoff +git commit -a -m "docs: $(echo $GITHUB_REF | cut -d '/' -f 3): Update docs $(date '+%Y-%m-%d | %H:%m:%S %p %Z')" --signoff git push -u origin --all