mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
10 lines
196 B
YAML
10 lines
196 B
YAML
|
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
|