diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 15:19:25 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 15:19:25 -0600 |
commit | a35cf51968c0a0160fb5e797bc31aa3cddf2671d (patch) | |
tree | 5cee815cb6f11c8fa19bddafb0de02479b4fb220 | |
parent | 199c29cdb7f8922956e9f81ad686b17962a0f3cc (diff) |
cd to home before build?
-rwxr-xr-x | deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |