mirror of
https://github.com/aljazceru/midnight-gh-pages-theme.git
synced 2025-12-17 06:04:20 +01:00
add scripts to rule them all
This commit is contained in:
6
script/bootstrap
Executable file
6
script/bootstrap
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
gem install bundler
|
||||
bundle install
|
||||
6
script/cibuild
Executable file
6
script/cibuild
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
bundle exec jekyll build
|
||||
gem build jekyll-theme-midnight.gemspec
|
||||
Reference in New Issue
Block a user