diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 10:41:24 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 10:41:24 -0600 |
commit | 11b2910ad99530c40071dbc5c6bd1018c0ea10b2 (patch) | |
tree | 925a3948816bae8f9ea99f63aacbc6bb656a615e | |
parent | 3c2fcc4ca9344b7d35c7edeb81535f3c0aa17a3e (diff) |
update emacs path in deploy
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ cp "$HOME/website/deploy.sh" /usr/local/bin cd ~/dotfiles || exit ~/website/fix-dotfile-paths.sh -emacs --batch -f package-initialize --script ~/website/publish.el +/usr/local/bin/emacs --batch -f package-initialize --script ~/website/publish.el ~/website/post-publish.sh sed -i 's/) <a href=\"blog\//) <a href=\".\//' ~/public_html/blog/index.html |