Skip to content

Commit 2d46f6d

Browse files
committed
Create cibuild
1 parent 9a7a1d7 commit 2d46f6d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

script/cibuild

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
set -e # halt script on error
3+
4+
bundle exec jekyll build
5+
bundle exec htmlproof ./_site

0 commit comments

Comments
 (0)