mirror of
https://github.com/correl/melpa.git
synced 2024-12-20 03:20:25 +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 {
|
function melpa_sync {
|
||||||
echo "*** Pushing changes to the server..."
|
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
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue