mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
17 lines
357 B
YAML
17 lines
357 B
YAML
language: crystal
|
|
script:
|
|
- make test
|
|
- sed -i -e 's:<.*>::g' README.md
|
|
- crystal docs
|
|
deploy:
|
|
# https://github.com/travis-ci/travis-ci/issues/9312#issuecomment-371590249
|
|
edge:
|
|
branch: v1.8.47
|
|
provider: pages
|
|
skip_cleanup: true
|
|
github_token: $GITHUB_TOKEN
|
|
project_name: ameba
|
|
on:
|
|
branch: master
|
|
local_dir: docs
|
|
verbose: true
|