mirror of
https://github.com/correl/melpa.git
synced 2024-12-19 19:14:23 +00:00
sync css file with server
This commit is contained in:
parent
69dbac77f5
commit
037db44c56
1 changed files with 1 additions and 1 deletions
2
melpa
2
melpa
|
@ -20,7 +20,7 @@ function melpa_build_pkglist {
|
|||
|
||||
function melpa_sync {
|
||||
echo "*** Pushing changes to the server..."
|
||||
rsync -avz --delete packages html/index.html milkbox.net:webapps/melpa/
|
||||
rsync -avz --delete packages html/style.css html/index.html milkbox.net:webapps/melpa/
|
||||
echo
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue