chore(scripts): deploy document by travis#325
Merged
Merged
Conversation
8caa873 to
cfcc162
Compare
Codecov Report@@ Coverage Diff @@
## master #325 +/- ##
==========================================
+ Coverage 98.08% 98.08% +<.01%
==========================================
Files 32 32
Lines 834 837 +3
==========================================
+ Hits 818 821 +3
Misses 16 16
Continue to review full report at Codecov.
|
Codecov Report@@ Coverage Diff @@
## master #325 +/- ##
=======================================
Coverage 98.05% 98.05%
=======================================
Files 32 32
Lines 823 823
=======================================
Hits 807 807
Misses 16 16Continue to review full report at Codecov.
|
fengmk2
reviewed
Feb 7, 2017
| - scripts/doc_travis.sh | ||
| env: | ||
| global: | ||
| - ENCRYPTION_LABEL: a62186272189 |
fengmk2
reviewed
Feb 7, 2017
| logger(message) { console.log(message); }, | ||
| user: { | ||
| name: 'Auto Doc Publisher', | ||
| email: 'docs@egg.com', |
5986f36 to
9ea8955
Compare
9ea8955 to
21dfb64
Compare
fengmk2
approved these changes
Feb 7, 2017
Member
|
看看是否会更新文档 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
npm testpassesAffected core subsystem(s)
scripts
Description of change
Use nodejs rewrite doc tools, and support auto publish gh-pages on travis.
Only run publishing when commit to master branch.
Closes #86