Skip to content

Commit 1df8856

Browse files
committed
Modify the automatic compilation commit.
1 parent f689053 commit 1df8856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if(fs.existsSync(deploy_path)){
1717
ghpages.publish(deploy_path,{
1818
repo: 'https://github.com/jaywcjlove/linux-command.git',
1919
branch: 'gh-pages',
20-
message: 'Compiler generation page ' + new Date()
20+
message: 'Linux command index, Compiler generation page ' + new Date()
2121
}, function(err) {
2222
if(err) return console.log(error(' → '+"ok!"+err));
2323
load.stop()

0 commit comments

Comments
 (0)