mirror of
https://github.com/aljazceru/hacker-gh-pages-theme.git
synced 2025-12-17 22:24:24 +01:00
7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
bundle exec jekyll build
|
|
gem build jekyll-theme-hacker.gemspec
|