travis: Generate an index page.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
75552fb457
commit
955f378f0e
|
|
@ -11,8 +11,11 @@ before_install:
|
|||
- ./.travis/save-key.sh
|
||||
- ./.travis/fix-git.sh
|
||||
|
||||
install:
|
||||
- pip install -r ./.travis/requirements.txt
|
||||
|
||||
script:
|
||||
- ./.travis/generate-html.sh
|
||||
|
||||
after_install:
|
||||
after_success:
|
||||
- if [ -e ~/.ssh/agent.sh ]; then source ~/.ssh/agent.sh; ./.travis/push-html.sh; fi
|
||||
|
|
|
|||
|
|
@ -63,6 +63,8 @@ for SETTINGS in $(find -name settings.sh); do
|
|||
echo
|
||||
done
|
||||
|
||||
python3 -m markdown Info.md > html/index.html
|
||||
|
||||
(
|
||||
echo
|
||||
echo "HTML Results"
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
markdown
|
||||
Loading…
Reference in New Issue