Create ci_build
This commit is contained in:
parent
112cb2ac8b
commit
a7a00a69a0
4
.github/ci_build
vendored
Normal file
4
.github/ci_build
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e # halt script on error
|
||||
|
||||
bundle exec jekyll build
|
Reference in New Issue
Block a user