2022-05-29 21:29:10 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2022-06-04 23:16:38 +02:00
|
|
|
pushd docs >/dev/null || exit
|
2022-05-29 21:34:51 +02:00
|
|
|
(bundle install --path ./vendor/bundle && bundle exec jekyll serve) || true
|
2022-06-04 23:16:38 +02:00
|
|
|
popd >/dev/null || exit
|