mirror of
https://github.com/UniverseDevGroup/pokeworld-website.git
synced 2025-01-22 17:32:01 -05:00
11 lines
No EOL
274 B
YAML
11 lines
No EOL
274 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:
|
|
# Change this to gh-pages if you're deploying using the gh-pages branch
|
|
- master
|
|
rvm:
|
|
- 2.4 |