We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee29aff commit e057f1dCopy full SHA for e057f1d
update.sh
@@ -10,7 +10,7 @@ if which gitbook > /dev/null; then
10
cp -R * ../../../heart-first-javaweb-gitbook
11
cd ../../../heart-first-javaweb-gitbook/
12
git add -A
13
- git commit -am "update `date`"
+ git commit --author="skyline75489 <[email protected]>" -am "[CI] auto update"
14
git push --force
15
else
16
echo "Gitbook not installed."
0 commit comments