mirror of
https://github.com/newtype256/website.git
synced 2026-04-13 01:28:51 +02:00
5 lines
126 B
Text
5 lines
126 B
Text
|
|
#!/usr/bin/env bash
|
||
|
|
set -e # halt script on error
|
||
|
|
|
||
|
|
bundle exec jekyll build
|
||
|
|
bundle exec htmlproofer ./_site --disable-external
|