aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-30 15:19:25 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-30 15:19:25 -0600
commita35cf51968c0a0160fb5e797bc31aa3cddf2671d (patch)
tree5cee815cb6f11c8fa19bddafb0de02479b4fb220
parent199c29cdb7f8922956e9f81ad686b17962a0f3cc (diff)
cd to home before build?
-rwxr-xr-xdeploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 36e0e4a..5ee9db3 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -34,6 +34,7 @@ git pull
cd ~/dotfiles || exit
~/website/fix-dotfile-paths.sh
+cd "$HOME"
/usr/local/bin/emacs --batch -f package-initialize --script ~/website/publish.el
~/website/post-publish.sh