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 f689053 commit 1df8856Copy full SHA for 1df8856
build/deploy.js
@@ -17,7 +17,7 @@ if(fs.existsSync(deploy_path)){
17
ghpages.publish(deploy_path,{
18
repo: 'https://github.com/jaywcjlove/linux-command.git',
19
branch: 'gh-pages',
20
- message: 'Compiler generation page ' + new Date()
+ message: 'Linux command index, Compiler generation page ' + new Date()
21
}, function(err) {
22
if(err) return console.log(error(' → '+"ok!"+err));
23
load.stop()
0 commit comments