@@ -0,0 +1,8 @@
#!/bin/bash
# 清理旧文件
sudo -u www-data hexo clean
# 生成新文件
sudo -u www-data hexo g
# 部署到 GitHub Pages
sudo hexo d
The note is not visible to the blocked user.