mirror of
https://github.com/correl/melpa.git
synced 2025-03-17 17:00:09 -09: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 {
|
function melpa_generate_html {
|
||||||
echo "*** Building webpage..."
|
echo "*** Building webpage..."
|
||||||
cd webpage || return 1
|
cd webpage || return 1
|
||||||
erb index.erb
|
erb index.erb > index.md
|
||||||
pandoc -s --mathml -t html --smart index.md > index.html
|
pandoc -s --mathml -t html --smart index.md > index.html
|
||||||
cd ..
|
cd ..
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Add table
Reference in a new issue