update branch
This commit is contained in:
parent
2140698d15
commit
b1d1155f4f
1 changed files with 3 additions and 3 deletions
|
@ -23,12 +23,12 @@ git clean -f
|
|||
git pull
|
||||
|
||||
cd ~/dotfiles || exit
|
||||
git checkout "$branch"
|
||||
git checkout main
|
||||
git clean -f
|
||||
git pull
|
||||
|
||||
cd ~/blog || exit
|
||||
git checkout "$branch"
|
||||
git checkout main
|
||||
git clean -f
|
||||
git pull
|
||||
|
||||
|
@ -36,7 +36,7 @@ git pull
|
|||
|
||||
cd ~/dotfiles || exit
|
||||
~/website/fix-dotfile-paths.sh
|
||||
cd "$HOME"
|
||||
cd "$HOME" || exit
|
||||
/usr/local/bin/emacs --batch -f package-initialize --script ~/website/publish.el
|
||||
~/website/post-publish.sh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue