diff options
Diffstat (limited to 'publish.sh')
| -rw-r--r-- | publish.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ rm .hugo_build.lock # 执行 Hugo 构建和部署 commit_date=$(date +"%Y-%m-%d %H:%M:%S") cd ~/blog/ -hugo --cleanDestinationDir --gc +hugo --cleanDestinationDir --gc --minify cd ~/blog/public || exit 1 git add . git commit -m "auto update: $commit_date" |
