mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
bundle exec jekyll build
|
||
|
|
gem build jekyll-theme-minimal.gemspec
|