From a5fbeb31be3802869bc04a2da1b292058dce76b9 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 29 Dec 2024 10:42:41 -0600 Subject: small fixes --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh old mode 100644 new mode 100755 index ab5b4e8..a2c56af --- a/deploy.sh +++ b/deploy.sh @@ -20,10 +20,10 @@ cd ~/blog || exit git checkout "$branch" git pull -cd ~/.dotfiles || exit +cd ~/dotfiles || exit ~/website/fix-dotfile-paths.sh emacs --batch -f package-initialize --script ~/website/publish.el ~/website/post-publish.sh -cp -r "$HOME/public_html/*" "$location" +cp -r "public_html/*" "$location" chown git:git "$location" -- cgit v1.2.3