Auto deploy docs to travis and add examples
This commit is contained in:
parent
da522ba2d3
commit
d0b2850434
11
.travis.yml
11
.travis.yml
@ -19,3 +19,14 @@ script:
|
|||||||
after_script:
|
after_script:
|
||||||
- wget https://scrutinizer-ci.com/ocular.phar
|
- wget https://scrutinizer-ci.com/ocular.phar
|
||||||
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
- 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:
|
This is a list of sites using Daux.io:
|
||||||
|
|
||||||
- With a custom theme:
|
- With a custom theme:
|
||||||
|
* [Pixolution flow](https://docs.pixolution.org)
|
||||||
|
* [Crafty](https://swissquote.github.io/crafty)
|
||||||
* [Vulkan Tutorial](https://vulkan-tutorial.com)
|
* [Vulkan Tutorial](https://vulkan-tutorial.com)
|
||||||
* [TrackJs](http://docs.trackjs.com)
|
* [TrackJs](http://docs.trackjs.com)
|
||||||
- With the default Theme
|
- With the default Theme
|
||||||
|
Loading…
Reference in New Issue
Block a user