mirror of
https://github.com/newtype256/website.git
synced 2025-07-25 19:46:25 +02:00
5 lines
No EOL
126 B
Bash
Executable file
5 lines
No EOL
126 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e # halt script on error
|
|
|
|
bundle exec jekyll build
|
|
bundle exec htmlproofer ./_site --disable-external |