Documentation (#48)

Use own repository for rustdoc.
This commit is contained in:
강동윤 2018-11-10 19:00:26 +09:00 committed by GitHub
parent bbd9ec9eb9
commit 56a6429fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -38,8 +38,8 @@ after_success:
# ./.travis/docs.sh'
deploy:
local_dir: $CARGO_TARGET_DIR/doc
repo: swc-project/swc
target_branch: gh-pages
repo: swc-project/swc-project.github.io
target_branch: master
provider: pages
skip_cleanup: true
github_token: $GH_TOKEN

View File

@ -7,6 +7,8 @@
Make the web (development) faster.
swc is rust port of [babel][] and [closure compiler][].
# Installation
@ -52,5 +54,6 @@ use(8 + 8, Math.pow(8, 8));
[babel]:https://github.com/babel/babel
[closure compiler]:https://github.com/google/closure-compiler
[rust]:https://www.rust-lang.org