mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-23 16:59:41 +00:00
61859342c3
This reverts commit fc80042a9e
.
11 lines
274 B
YAML
11 lines
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 |