mirror of
https://github.com/newtype256/website.git
synced 2025-06-04 06:16:24 +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 |