OSDN Git Service

[fix] : Fixed permission
[alterlinux/hayao.fascode.net.git] / update-blog.sh
old mode 100644 (file)
new mode 100755 (executable)
index e2649e7..9ee2d0c
@@ -3,4 +3,5 @@ set -eu
 
 script_path="$( cd -P "$( dirname "$(readlink -f "${0}")" )" && pwd )"
 cd "${script_path}/blog"
-hugo --minify
+rm -rf .gitignore
+hugo --minify -D "${@}"