mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Deploy docs via travis
This commit is contained in:
parent
87396e850d
commit
00c13fceee
2 changed files with 12 additions and 2 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,3 +1,13 @@
|
||||||
language: crystal
|
language: crystal
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
- sed -i -e 's:<.*>::g' README.md
|
||||||
|
- crystal docs
|
||||||
|
deploy:
|
||||||
|
provider: pages
|
||||||
|
skip_cleanup: true
|
||||||
|
github_token: $GITHUB_TOKEN
|
||||||
|
project_name: ameba
|
||||||
|
on:
|
||||||
|
branch: master
|
||||||
|
local_dir: doc
|
||||||
|
|
|
@ -41,14 +41,14 @@ Compile and install `ameba` binary onto your system while running `crystal deps`
|
||||||
|
|
||||||
### OS X
|
### OS X
|
||||||
|
|
||||||
```
|
```sh
|
||||||
$ brew tap veelenga/tap
|
$ brew tap veelenga/tap
|
||||||
$ brew install ameba
|
$ brew install ameba
|
||||||
```
|
```
|
||||||
|
|
||||||
### From sources
|
### From sources
|
||||||
|
|
||||||
```
|
```sh
|
||||||
$ git clone https://github.com/veelenga/ameba && cd ameba
|
$ git clone https://github.com/veelenga/ameba && cd ameba
|
||||||
$ make install
|
$ make install
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue