Skip to content

Commit

Permalink
Pyrofork: docs: Add branch name to docs commit title
Browse files Browse the repository at this point in the history
Signed-off-by: wulan17 <[email protected]>
  • Loading branch information
wulan17 committed Dec 30, 2023
1 parent 835fb00 commit 53562e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ fi
git config --local user.name "Mayuri-Chan"
git config --local user.email "[email protected]"
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

0 comments on commit 53562e4

Please sign in to comment.