robosats/docs/.travis.yml

10 lines
196 B
YAML
Raw Permalink Normal View History

language: ruby
cache: bundler
gemfile: docs/Gemfile
script:
- bundle exec jekyll algolia --source docs --destination docs/_site --config docs/_config.yml
branches:
only:
- main
rvm:
- 2.4