Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 15957d9

Browse files
authored
Auto-publish documentation to gh-pages branch (#69)
* Add TravisCI config for pushing docs to gh-pages branch on commits to master * Removing pre-built docs. Have travis touch the .nojekyll file
1 parent ac567d4 commit 15957d9

79 files changed

Lines changed: 19 additions & 17244 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
install:
2+
- wget -O sami.phar http://get.sensiolabs.org/sami.phar
3+
4+
script:
5+
- php sami.phar update config/sami.php
6+
- touch docs/.nojekyll
7+
8+
branches:
9+
only:
10+
- master
11+
12+
deploy:
13+
provider: pages
14+
local_dir: docs
15+
skip_cleanup: true
16+
email: chingor@google.com # To satisfy the CLA check, replace this with bot email.
17+
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
18+
on:
19+
branch: master

docs/.nojekyll

Whitespace-only changes.

docs/OpenCensus.html

Lines changed: 0 additions & 94 deletions
This file was deleted.

docs/OpenCensus/Core.html

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)