mirror of
https://github.com/correl/melpa.git
synced 2024-12-18 11:06:10 +00:00
Fix the index update process
This commit is contained in:
parent
19f511cac7
commit
9a2e1225c9
1 changed files with 1 additions and 1 deletions
2
melpa
2
melpa
|
@ -44,7 +44,7 @@ function melpa_sync {
|
|||
function melpa_generate_html {
|
||||
echo "*** Building webpage..."
|
||||
cd webpage || return 1
|
||||
erb index.erb
|
||||
erb index.erb > index.md
|
||||
pandoc -s --mathml -t html --smart index.md > index.html
|
||||
cd ..
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue