update emacs path in deploy
This commit is contained in:
parent
3c2fcc4ca9
commit
11b2910ad9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ cp "$HOME/website/deploy.sh" /usr/local/bin
|
||||||
|
|
||||||
cd ~/dotfiles || exit
|
cd ~/dotfiles || exit
|
||||||
~/website/fix-dotfile-paths.sh
|
~/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
|
~/website/post-publish.sh
|
||||||
|
|
||||||
sed -i 's/) <a href=\"blog\//) <a href=\".\//' ~/public_html/blog/index.html
|
sed -i 's/) <a href=\"blog\//) <a href=\".\//' ~/public_html/blog/index.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue