Auto deploy docs to travis and add examples
Cette révision appartient à :
Parent
da522ba2d3
révision
d0b2850434
11
.travis.yml
11
.travis.yml
@ -19,3 +19,14 @@ script:
|
||||
after_script:
|
||||
- wget https://scrutinizer-ci.com/ocular.phar
|
||||
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
||||
|
||||
before_deploy:
|
||||
- bin/daux generate
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
local_dir: static
|
||||
skip_cleanup: true
|
||||
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
|
||||
on:
|
||||
branch: master
|
@ -34,6 +34,8 @@
|
||||
This is a list of sites using Daux.io:
|
||||
|
||||
- With a custom theme:
|
||||
* [Pixolution flow](https://docs.pixolution.org)
|
||||
* [Crafty](https://swissquote.github.io/crafty)
|
||||
* [Vulkan Tutorial](https://vulkan-tutorial.com)
|
||||
* [TrackJs](http://docs.trackjs.com)
|
||||
- With the default Theme
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user