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