Added badges to gh-pages .
This commit is contained in:
parent
fb60ac4a72
commit
1f2dac24ba
|
@ -55,7 +55,7 @@ script:
|
|||
|
||||
after_script:
|
||||
- mv -i coverage docs ~/gh-pages
|
||||
- bash make/make-indexes.sh ~/gh-pages
|
||||
- mv -i make/index.html.root ~/gh-pages/index.html
|
||||
- mkdir -p ~/gh-pages/lib/doc/MathJax
|
||||
- echo 'document.write("<script src=\"http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=default\"></script>");' > ~/gh-pages/lib/doc/MathJax/MathJax.js
|
||||
- touch ~/gh-pages/.nojekyll
|
||||
|
|
15
graph-lib/make/index.html.root
Normal file
15
graph-lib/make/index.html.root
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Ph.C</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://travis-ci.org/jsmaniac/phc"><img alt="Build Status" src="https://travis-ci.org/jsmaniac/phc.png?branch=master" /></a>
|
||||
<a href="https://coveralls.io/github/jsmaniac/cover?branch=master"><img alt="Coverage Status" src="https://coveralls.io/repos/jsmaniac/cover/badge.svg?branch=master&service=github" /></a>
|
||||
<ul>
|
||||
<li><a href="coverage/">coverage/</a></li>
|
||||
<li><a href="docs/">docs/</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user